#!/bin/sh
# MetaCard 2.4 stack
# The following is not ASCII text,
# so now would be a good time to q out of more
exec mc $0 "$@"
                                                                                                                                 %m 	ttttHelp " X   on preOpenStack
  send "localiseStack"&&the short name of me to stack "languageSwitcher"
  set the title of this stack to localiseGetDisplayValue("tttt.title.help")
end preOpenStack
  w        Black   ffffff      white       	darkgray   k  A   cStackVersion  2.1      q Ten Thumbs Typing Tutor - Help     2  U 
Helvetica  " W Times  U 
helvetica    
Helvetica   U 
helvetica   W 
Helvetica   U 
Helvetica   U 
helvetica  @U 
helvetica  @W 
helvetica   W 
helvetica  
 U ms sans serif   U Lucida Grande  @U 
Helvetica  @W 
Helvetica  U 
Helvetica  " W Arial  " W Arial Alternative  " W Arial Alternative Symbol  " W Arial Black  " W Comic Sans MS  " W Courier  " W Courier New  " W FigurineCB AriesSP  " W FigurineCB LetterSP  " W FigurineCB TimeSP  " W 	Fixedsys  " W Impact  " W Lucida Console  " W Marlett  " W MS Sans Serif  " W 	MS Serif  " W Small Fonts  " W Symbol  " W System  " W Tahoma  " W 	Terminal  " W Times New Roman  " W 
Trebuchet MS  " W Verdana  " W 	Webdings  " W 
Wingdings  " W tahoma   U Tahoma   U Arial   U Arial   U Arial   W Arial   W Arial   W Arial  cREVGeometryCache    stackID  2474089 cREVGeneral    scriptChecksum  < L4r
bookmarks   
debugObjects   handlerList  preOpenStackscriptSelection  char 184 to 183tempScript   prevHandler  openCardscript 	<p><font color="#980517">on </font>preOpenStack</p>
<p>  <font color="#0000FF">send</font><font color="#68228B"> </font>&quot;localiseStack&quot;&amp;&amp;<font color="#000000">the</font><font color="#68228B"> </font><font color="#FF0000">short</font><font color="#68228B"> </font><font color="#FF0000">name</font><font color="#68228B"> </font>of<font color="#68228B"> </font><font color="#F88017">me</font><font color="#68228B"> </font>to<font color="#68228B"> </font>stack<font color="#68228B"> </font>&quot;languageSwitcher&quot;</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">title </font>of this stack to localiseGetDisplayValue<font color="#000000">(&quot;tttt.title.help&quot;)</font></p>
<p><font color="#980517">end</font> preOpenStack</p>
<p></p>   c1002   	P	on preOpenCard
  global registered, gPrefsPath
  
  setupChoice
  
  set the title of this stack to localiseGetDisplayValue("stackTitle.intro.help")
  set the hilitedButton of group "Standard background" to 6
  if the seconds < 909878399 and registered is not true then show group "special pricing"
  else hide group "special pricing"
  --if registered is true and word 1 of line 3 of fld "topics" is "Buying" then delete line 3 to 4 of fld "topics"
  --else if word 1 of line 3 of fld "topics" is "Dvorak" and registered is false then put "Buying a license for Ten Thumbs" & cr & cr before line 3 of fld "topics"
end preOpenCard

on openCard
  global gPrefsPath
  ---------
  set the relayerGroupedControls to true
  
  --  if the platform is "Linux" then
  --    show image "animation image" of me
  --    set the layer of image "animation image" of me to 16
  --  else
  if propertyGet("animateCharacter") is false or the cDisableAnimations of stack gPrefsPath then 
    send "moviePlay" && "0,0,true" to group "animation" of me
    set the layer of group "animation" of me to 16
  else
    set the layer of group "animation" of me to 26
    send "moviePlay" to group "animation" of me
    if propertyGet("soundOn") then
      play audioClip "help.aif"
    end if  
  end if
  --  end if
  pass openCard
end openCard

on setupChoice
  local tChoiceList
  
  put empty into button "OptionMenu"
  put localiseGetDisplayValue("text.ttttHelp.topics1") & return after tChoiceList
  put localiseGetDisplayValue("text.ttttHelp.topics2") & return after tChoiceList
  put localiseGetDisplayValue("text.ttttHelp.topics3") & return after tChoiceList
  put localiseGetDisplayValue("text.ttttHelp.topics4") & return after tChoiceList
  put localiseGetDisplayValue("text.ttttHelp.topics5") & return after tChoiceList
  --put localiseGetDisplayValue("text.ttttHelp.topics6") & return after tChoiceList
  put tChoiceList into button "OptionMenu"
  set the label of button "OptionMenu" to localiseGetDisplayValue("text.ttttHelp.topics1")
  set the htmlText of fld "display" to localiseGetDisplayValue("text.ttttHelp.display1")
  if the number of lines of fld "display" > 1 then
    delete last line of fld "display" -- temp TTD patch
  end if
end setupChoice

on closeCard
  if there is a group "animation" of me then
    send "movieStop" to group "animation" of me
  end if
  stop playing audioClip "help.aif"
end closeCard

on movieStopped
  set the layer of group "animation" of me to 16
  stop playing audioClip "help.aif"
end movieStopped
           A   cSystem   cInstalling f<p><font color="#FF0000">Network Considerations</font></p>
<p></p>
<p>These instructions are intended for network administrators only.</p>
<p></p>
<p>As of the 2.2 release, you can install Ten Thumbs on a shared folder on a network server.</p>
<p></p>
<p>If the Ten Thumbs directory is writeable then no further configuration should be required.</p>
<p></p>
<p>However, the Ten Thumbs directory no longer needs to be writeable.  By default, student files are saved into the "students" directory, which is on the same level as Ten Thumbs.  It is possible to change the directory that is used using the Teacher menu (available from the first screen after running the program).  You can select another directory, or enter a path.  Relative paths are accepted, as are complete paths to a network folder somewhere.  If you are editing the path manually, please note that the UNIX standard "/" character is used on all editions regardless of platform.</p>
<p></p>
<p>If you have multiple classes of students in a school environment, you may want to create a directory for each class, named the same as that class.  At the begninning of the lesson, the teacher can then input that class name on the teacher screen, making it easier for everyone to access their files.</p>
<p></p>
<p>Also please note that in order to register the application, the "save" file in the Data directory must be writeable.  Thus you should register the program with full access permissions on the server it is installed on.</p>
<p></p>
<p>If you are installing Ten Thumbs on a multiplatform network be sure to use the latest version of Ten Thumbs on all platforms.</p>cAdding 3<p></p>
<p><font color="#FF0000">Adding your own music to the games</font></p>
<p></p>
<p>You can change the music used in the games by placing Quicktime files in the Music folder inside the Ten Thumbs Folder. If that doesn't mean anything to you, don't worry about it: enjoy the music provided instead!</p>cDvo <p></p>
<p><font color="#FF0000">Dvorak or QWERTY?</font></p>
<p></p>
<p><font color="#0000FF">What is Dvorak?</font></p>
<p></p>
<p>Dvorak is a keyboard layout. It is very different from the QWERTY keyboard layout.</p>
<p></p>
<p><font color="#0000FF">A Little History</font></p>
<p></p>
<p>When the first typewriters were invented, the letters were arranged alphabetically. Users found this easy to use and became quite efficient. However, the design of the early mechanisms caused these machines to jam when anybody typed at a decent speed. So the inventor of the typewriter created a layout which would reduce this jamming. How? By making it as hard and slow as possible to type on! Whilst this new QWERTY layout did have the desired effect of reducing typewriter jams, it was never replaced when typewriter design improved. As a result, QWERTY has remained a major standard in typing (and computing) even to this day!</p>
<p></p>
<p><font color="#0000FF">Why Dvorak is better</font></p>
<p></p>
<p>The Dvorak layout was designed to be as efficient to type on as possible (the exact opposite of QWERTY). Remember Qwerty was deliberately designed to be as hard as possible to type on.</p>
<p></p>
<p>Dvorak reduces hand movement - 70% of all typing is done on the home row, as opposed to 31% in QWERTY.</p>
<p></p>
<p>All the vowels in Dvorak are on the left side of the home row. This means that you are constantly alternating between the two hands, balancing the workload. There are very few words that require one handed typing in Dvorak. In fact, the Dvorak layout has 45% more alternate hand reaches than QWERTY.</p>
<p></p>
<p>Dvorak has 37% less finger travel than the QWERTY.</p>
<p></p>
<p>The Dvorak keys are arranged so that the user can type with a strumming motion, similar to strumming fingers on a table. This is more comfortable.</p>
<p></p>
<p><font color="#0000FF">Should you use it?</font></p>
<p></p>
<p>Dvorak may well be faster than QWERTY, and certainly requires less hand movement. The difference is very detectable. We recommend that anyone who wants to learn the keyboard should seriously consider learning the Dvorak arrangement.</p>
<p></p>
<p>The down side to using Dvorak is that you have to change your computer keyboard layout to Dvorak before you start typing. If you are borrowing or visiting a computer, you also need to change it back when you have finished.</p>
<p></p>
<p>This is not very hard to do (see below for instructions), but you need to be comfortable altering your system settings.</p>
<p></p>
<p><font color="#0000FF">I've Got a QWERTY Keyboard, How Do I Learn Dvorak?</font></p>
<p></p>
<p>You've already got all you need to learn Dvorak, you don't need a new keyboard. Your computer is capable of internally re-arranging the letters inside your computer without altering your physical keyboard.</p>
<p></p>
<p>This option may seem less than ideal as the actual printed letters on your keyboard are probably in the QWERTY arrangement. This means that what is printed on the key is not what will appear on the screen when you type that key using the Dvorak layout.</p>
<p></p>
<p>However, perhaps the greatest downfall of the student touch-typist is looking down at the keyboard whilst learning. So, in theory you shouldn't be looking at the keyboard anyway and what is printed on the keys you are typing is irrelevant. You can learn correctly using our on-screen keyboard option, and never fall into the trap of looking down at the keyboard.</p>
<p></p>
<p>If you are not comfortable with that idea, but still want to learn Dvorak, you can buy or print stickers for your keyboard.</p>
<p></p>
<p><font color="#0000FF">Still Undecided?</font></p>
<p></p>
<p>Why not try Dvorak for yourself for half an hour to see if you like it!</p>
<p></p>
<p><font color="#0000FF">How do I alter my system settings to use Dvorak?</font></p>
<p></p>
<p><font color="#0000FF">PC Instructions</font></p>
<p></p>
<p>1) Go to the Control Panel option in the Start Menu.</p>
<p>2) Open the Keyboard control panel.</p>
<p>3) Choose the language tab.</p>
<p>4) Double click on your existing layout. Choose United States-Dvorak from the list.</p>
<p>5) Press OK, then press OK agan. Close the control panel window.</p>
<p></p>
<p>You can also use the options in this control panel to add an icon to your taskbar that lets you choose between Dvorak and QWERTY with a single action. Use the Help icon in the Keyboard control panel to get more information.</p>
<p></p>
<p><font color="#0000FF">Mac OS X Instructions</font></p>
<p></p>
<p>1) Close all open applications.</p>
<p>2) Choose International.</p>
<p>3) Click the Keyboard Menu tab.</p>
<p>4) Check the box next to Dvorak.</p>
<p>5) You can now switch keyboard layout using the keyboard menu which will appear in the menu bar to the right of the normal menus in all applications.</p>
<p></p>
<p><font color="#0000FF">Mac OS 7 and 8 Instructions</font></p>
<p></p>
<p>1) Choose System Preferences from the Apple menu.</p>
<p>2) Add the file "DI Dvorak" (included with this package) to your System Folder, by dragging it from inside the Ten Thumbs Typing Tutor folder to the System Folder.</p>
<p>3) The system will confirm with you that this item is to be placed in the System File as a keyboard layout.</p>
<p>4) Go to the "Keyboard" control panel.</p>
<p>5) Select "DI Dvorak" from the list.</p>
<p></p>
<p>Under Mac OS 8.0 or later, you can choose to display Dvorak and QWERTY layouts in a keyboard menu to let you change between them in a single operation.</p>
<p></p>
<p>Thanks to Dvorak International for providing the keyboard layout for the Macintosh.</p>
<p></p>
<p><font color="#0000FF">Mac OS 9 Instructions</font></p>
<p></p>
<p>Follow the instructions for Mac OS 8 above, except there is no need to copy in the Dvorak file as this is included with your computer.</p>
<p></p>
<p><font color="#0000FF">I Already Touch Type With QWERTY, How Easy Is It To Learn Dvorak?</font></p>
<p></p>
<p>It is not a very difficult process for most individuals. However, it is probably only worth changing if you are typing regularly. If you are ready to make a complete switch and leave QWERTY for good, then the process typically takes from a few days to a few weeks.</p>
<p></p>
<p>We don't recommend you try to remember both layouts. Whilst some people can retain both keyboards, most find that this is too much to manage and get confused between the two.</p>
<p></p>
<p><font color="#0000FF">Hints and tips for Learning Dvorak</font></p>
<p></p>
<p>If possible start learning when you have some time available, or when your typing speed does not need to be very great for a few weeks.</p>
<p></p>
<p>Put up with all the minor annoyances, such as keyboard shortcuts being in un-findable places, etc.</p>
<p></p>
<p>Spend a fair bit of time in the Fingering Instruction window learning each letter position carefully. This will make the process easier.</p>
<p></p>
<p>Use the Keyboard control panel to switch back to QWERTY after using Ten Thumbs until you have learnt the letter keys. This will prevent you from running into problems such as getting locked out by a password system installed on your machine. When you have learnt all the Dvorak letter keys, switch your keyboard control panel to Dvorak for good.  In this way you will begin to practice Dvorak outside Ten Thumbs as well.</p>
<p></p>
<p>If you can, resist the temptation to buy stickers for your keyboard, at least until you have learnt all the keys. Use the on-screen keyboard option in Ten Thumbs - most people learn faster this way.</p>
<p></p>
<p>_____</p>
<p></p>
<p>Good sources for more information about Dvorak:</p>
<p></p>
<p>Dvorak International</p>
<p>PO Box 44</p>
<p>Poultney VT 05764-0044</p>
<p></p>
<p>Email: DvorakInt@aol.com</p>
<p></p>
<p></p>	cNetwork f<p><font color="#FF0000">Network Considerations</font></p>
<p></p>
<p>These instructions are intended for network administrators only.</p>
<p></p>
<p>As of the 2.2 release, you can install Ten Thumbs on a shared folder on a network server.</p>
<p></p>
<p>If the Ten Thumbs directory is writeable then no further configuration should be required.</p>
<p></p>
<p>However, the Ten Thumbs directory no longer needs to be writeable.  By default, student files are saved into the "students" directory, which is on the same level as Ten Thumbs.  It is possible to change the directory that is used using the Teacher menu (available from the first screen after running the program).  You can select another directory, or enter a path.  Relative paths are accepted, as are complete paths to a network folder somewhere.  If you are editing the path manually, please note that the UNIX standard "/" character is used on all editions regardless of platform.</p>
<p></p>
<p>If you have multiple classes of students in a school environment, you may want to create a directory for each class, named the same as that class.  At the begninning of the lesson, the teacher can then input that class name on the teacher screen, making it easier for everyone to access their files.</p>
<p></p>
<p>Also please note that in order to register the application, the "save" file in the Data directory must be writeable.  Thus you should register the program with full access permissions on the server it is installed on.</p>
<p></p>
<p>If you are installing Ten Thumbs on a multiplatform network be sure to use the latest version of Ten Thumbs on all platforms.</p>cBuying .<p></p>
<p><font color="#FF0000">Buying a License to use Ten Thumbs</font></p>
<p></p>
<p>Ten Thumbs is not free. This copy is intended for evaluation purposes only.</p>
<p></p>
<p>Ten Thumbs will work for ten days, and will then stop functioning until your register. During the trial period, Ten Thumbs will only teach the first third of the keyboard. When your register, you will receive an unlock code, which will allow you to use the entire package.</p>
<p></p>
<p>You can register Ten Thumbs Typing Tutor in two ways:</p>
<p></p>
<p>&#149; You can register online from our web page. This method is secure, and accepts payments by credit card, cheque or cash. We recommend using this method. You can access this page by clicking on: <font color="#0000FF"><b>http://www.tenthumbstypingtutor.com/buy.shtml</b></font></p>
<p>You must be connected to the Internet for this to work.</p>
<p></p>
<p>&#149; Alternatively, you can register using the order form inside the package. You can access this form using the button on the Quit screen, or by <font color="#0000FF"><b>clicking here</b></font>. This order form accepts postal registrations by cheque only.</p>
<p></p>
<p>Internet transactions are processed automatically and you will recieve your unlock code within 4 hours.</p>
<p></p>
<p><font color="#0000FF">Pricing Information</font></p>
<p></p>
<p>A single user license for Ten Thumbs is $25.95. Upgrades from previous versions of Ten Thumbs cost $8.95.</p>
<p></p>
<p>If you live in the UK or the EU then you have to pay Value Added Tax (VAT) on your purchase. The rate is currently 17.5% in the UK. People outside the UK or EU do not have to pay VAT.</p>
<p></p>
<p>A single user license enables one user to use the program on any computer OR multiple users to use the program on one computer only. It is NOT permissible to switch from one type of use to the other.</p>
<p></p>
<p>Multi-user licenses are available if you need to license multiple copies. To check pricing, click on the Order Form link above and enter the number of users you wish to license, or visit our web site.</p>	cSummary q<FONT color="#FF0000">                </FONT>
<P><FONT color="#FF0000">     A Quick Summary of Ten Thumbs Typing Tutor</FONT>
<P>
<P><FONT color="#000000">     </FONT><FONT color="#0000FF">Ten Thumbs Typing Tutor</FONT><FONT color="#000000"> is a package based on our previous and much acclaimed program, Learn To Type v1.5. Ten Thumbs has several new features but above all is larger to look at and has a much more appealing interface.</FONT>
<P>
<P><FONT color="#000000">     Using the information which you give in the </FONT><FONT color="#0000FF">Quiz</FONT><FONT color="#000000"> when you first use the program, Ten Thumbs tailors a typing course suitable for you whether you are a beginner (like most of us) or a touch typist already.</FONT>
<P>
<P><FONT color="#000000">     You will be introduced to the keys of the keyboard and you will progress to learn new keys when you have reached a reasonable level of speed and accuracy in your lessons.</FONT>
<P>
<P><FONT color="#000000">     If at any time, you feel you could do with extra practice in a key then you can go to the </FONT><FONT color="#0000FF">revison</FONT><FONT color="#000000"> section where you will be shown how to type it properly.</FONT>
<P>
<P><FONT color="#000000">     Two </FONT><FONT color="#0000FF">games</FONT><FONT color="#000000"> are provided, allowing you to relax in between lessons and fingering instruction whilst still gaining the practice you need!</FONT>
<P>
<P><FONT color="#000000">     In addition you have </FONT><FONT color="#0000FF">Ten Thumbs</FONT><FONT color="#000000"> himself, to help keep you company on your treck to touch typerdom.</FONT>
<P>
cChanging 
<P><FONT color="#FF0000">Changing your Learning Preferences</FONT>
<P>
<P>If at any time you would like to change any of your personal settings, for example, your target typing speed, you may do so very simply.
<P>
<P>Click the Options button on the button bar at the bottom of the screen. On the Options screen, click the "Personal Settings" button. You will be able to alter the preferences that you entered in the Quiz when you first started using Ten Thumbs plus a few more.cDvorak <p></p>
<p><font color="#FF0000">Dvorak or QWERTY?</font></p>
<p></p>
<p><font color="#0000FF">What is Dvorak?</font></p>
<p></p>
<p>Dvorak is a keyboard layout. It is very different from the QWERTY keyboard layout.</p>
<p></p>
<p><font color="#0000FF">A Little History</font></p>
<p></p>
<p>When the first typewriters were invented, the letters were arranged alphabetically. Users found this easy to use and became quite efficient. However, the design of the early mechanisms caused these machines to jam when anybody typed at a decent speed. So the inventor of the typewriter created a layout which would reduce this jamming. How? By making it as hard and slow as possible to type on! Whilst this new QWERTY layout did have the desired effect of reducing typewriter jams, it was never replaced when typewriter design improved. As a result, QWERTY has remained a major standard in typing (and computing) even to this day!</p>
<p></p>
<p><font color="#0000FF">Why Dvorak is better</font></p>
<p></p>
<p>The Dvorak layout was designed to be as efficient to type on as possible (the exact opposite of QWERTY). Remember Qwerty was deliberately designed to be as hard as possible to type on.</p>
<p></p>
<p>Dvorak reduces hand movement - 70% of all typing is done on the home row, as opposed to 31% in QWERTY.</p>
<p></p>
<p>All the vowels in Dvorak are on the left side of the home row. This means that you are constantly alternating between the two hands, balancing the workload. There are very few words that require one handed typing in Dvorak. In fact, the Dvorak layout has 45% more alternate hand reaches than QWERTY.</p>
<p></p>
<p>Dvorak has 37% less finger travel than the QWERTY.</p>
<p></p>
<p>The Dvorak keys are arranged so that the user can type with a strumming motion, similar to strumming fingers on a table. This is more comfortable.</p>
<p></p>
<p><font color="#0000FF">Should you use it?</font></p>
<p></p>
<p>Dvorak may well be faster than QWERTY, and certainly requires less hand movement. The difference is very detectable. We recommend that anyone who wants to learn the keyboard should seriously consider learning the Dvorak arrangement.</p>
<p></p>
<p>The down side to using Dvorak is that you have to change your computer keyboard layout to Dvorak before you start typing. If you are borrowing or visiting a computer, you also need to change it back when you have finished.</p>
<p></p>
<p>This is not very hard to do (see below for instructions), but you need to be comfortable altering your system settings.</p>
<p></p>
<p><font color="#0000FF">I've Got a QWERTY Keyboard, How Do I Learn Dvorak?</font></p>
<p></p>
<p>You've already got all you need to learn Dvorak, you don't need a new keyboard. Your computer is capable of internally re-arranging the letters inside your computer without altering your physical keyboard.</p>
<p></p>
<p>This option may seem less than ideal as the actual printed letters on your keyboard are probably in the QWERTY arrangement. This means that what is printed on the key is not what will appear on the screen when you type that key using the Dvorak layout.</p>
<p></p>
<p>However, perhaps the greatest downfall of the student touch-typist is looking down at the keyboard whilst learning. So, in theory you shouldn't be looking at the keyboard anyway and what is printed on the keys you are typing is irrelevant. You can learn correctly using our on-screen keyboard option, and never fall into the trap of looking down at the keyboard.</p>
<p></p>
<p>If you are not comfortable with that idea, but still want to learn Dvorak, you can buy or print stickers for your keyboard.</p>
<p></p>
<p><font color="#0000FF">Still Undecided?</font></p>
<p></p>
<p>Why not try Dvorak for yourself for half an hour to see if you like it!</p>
<p></p>
<p><font color="#0000FF">How do I alter my system settings to use Dvorak?</font></p>
<p></p>
<p><font color="#0000FF">PC Instructions</font></p>
<p></p>
<p>1) Go to the Control Panel option in the Start Menu.</p>
<p>2) Open the Keyboard control panel.</p>
<p>3) Choose the language tab.</p>
<p>4) Double click on your existing layout. Choose United States-Dvorak from the list.</p>
<p>5) Press OK, then press OK agan. Close the control panel window.</p>
<p></p>
<p>You can also use the options in this control panel to add an icon to your taskbar that lets you choose between Dvorak and QWERTY with a single action. Use the Help icon in the Keyboard control panel to get more information.</p>
<p></p>
<p><font color="#0000FF">Mac OS X Instructions</font></p>
<p></p>
<p>1) Close all open applications.</p>
<p>2) Choose International.</p>
<p>3) Click the Keyboard Menu tab.</p>
<p>4) Check the box next to Dvorak.</p>
<p>5) You can now switch keyboard layout using the keyboard menu which will appear in the menu bar to the right of the normal menus in all applications.</p>
<p></p>
<p><font color="#0000FF">Mac OS 9 Instructions</font></p>
<p></p>
<p>1) Choose System Preferences from the Apple menu.</p>
<p>2) Go to the "Keyboard" control panel.</p>
<p>3) Select "DI Dvorak" from the list.</p>
<p></p>
<p>You can choose to display Dvorak and QWERTY layouts in a keyboard menu to let you change between them in a single operation.</p>
<p></p>
<p><font color="#0000FF">Mac OS 7 and 8 Instructions</font></p>
<p></p>
<p>The DI Dvorak file is not included on your system. Please contact us and we will be happy to supply the necessary file and instructions.</p>
<p></p>
<p><font color="#0000FF">I Already Touch Type With QWERTY, How Easy Is It To Learn Dvorak?</font></p>
<p></p>
<p>It is not a very difficult process for most individuals. However, it is probably only worth changing if you are typing regularly. If you are ready to make a complete switch and leave QWERTY for good, then the process typically takes from a few days to a few weeks.</p>
<p></p>
<p>We don't recommend you try to remember both layouts. Whilst some people can retain both keyboards, most find that this is too much to manage and get confused between the two.</p>
<p></p>
<p><font color="#0000FF">Hints and tips for Learning Dvorak</font></p>
<p></p>
<p>If possible start learning when you have some time available, or when your typing speed does not need to be very great for a few weeks.</p>
<p></p>
<p>Put up with all the minor annoyances, such as keyboard shortcuts being in un-findable places, etc.</p>
<p></p>
<p>Spend a fair bit of time in the Fingering Instruction window learning each letter position carefully. This will make the process easier.</p>
<p></p>
<p>Use the Keyboard control panel to switch back to QWERTY after using Ten Thumbs until you have learnt the letter keys. This will prevent you from running into problems such as getting locked out by a password system installed on your machine. When you have learnt all the Dvorak letter keys, switch your keyboard control panel to Dvorak for good.  In this way you will begin to practice Dvorak outside Ten Thumbs as well.</p>
<p></p>
<p>If you can, resist the temptation to buy stickers for your keyboard, at least until you have learnt all the keys. Use the on-screen keyboard option in Ten Thumbs - most people learn faster this way.</p>
<p></p>
<p>_____</p>
<p></p>
<p>Good sources for more information about Dvorak:</p>
<p></p>
<p>Dvorak International</p>
<p>PO Box 44</p>
<p>Poultney VT 05764-0044</p>
<p></p>
<p>Email: DvorakInt@aol.com</p>
<p></p>
<p></p>cA <p></p>
<p><font color="#FF0000">A Quick Summary of Ten Thumbs Typing Tutor</font></p>
<p></p>
<p>Learning to touch type allows you to get the most out of your computer.  Whether you use a computer at home, in the office or in school, typing will make you faster and more efficient.  Ten Thumbs makes it fun and easy, teaching you everything you need to know, step by step.  Your new skill will save you time, every time you use a computer.  Don't delay, learn today - its worth it!</p>
<p></p>
<p>Ten Thumbs is suitable for both adults and children.</p>
<p></p>
<p>Using the information which you give in the Quiz when you first use the program, Ten Thumbs tailors a typing course suitable for you whether you are a beginner or already a touch typist.</p>
<p></p>
<p>You will be introduced to the keys of the keyboard and you will progress to learn new keys when you have reached a reasonable level of speed and accuracy in your lessons.</p>
<p></p>
<p>The button bar at the bottom of the screen is used to navigate between all the program's major sections.</p>
<p></p>
<p>If at any time, you feel you could do with extra practice with specific keys, or want to review the Fingering Instruction lesson for a specific key, you can go to the Extra Practice Wizard. Extra Practice also lets you import and type your own texts.</p>
<p></p>
<p>Two games are provided, allowing you to relax in between lessons and fingering instruction whilst still gaining the practice you need.</p>
<p></p>
<p>Dozens of other handy hints are included, along with animated diagrams showing how to sit correctly at a keyboard to minimize the risk of any injury.</p>
<p></p>
<p>Many Ten Thumbs users have finished the whole course in under ten days.  So stick at it.</p>
<p></p>cContacting  
<P><FONT color="#FF0000">Contacting Us</FONT>
<P>
<P>Our current contact details can be found in the Readme file that came with this Ten Thumbs distribution. cREVGeometryCacheIDs    1077209978861  11331119004169719  11371118845462645  10031118845462646  10051118845462647  10061119004807442  10851118845462648  10071119004807443  10921119004807444  10371118845462650  10101118845462649  10091119004807445  10381118845462651  10111119004807446  10391118845462652  10121119004807447  10411118845462653  10041142424315201  24738901119004807448  10421119004807450  10801119004807449  10491200917271477  24740881119004807451  10821077822373522  11351119004807452  10841060804330891  11291144857296626  2473918 cREVGeometrycache    total  27order    cREVGeneral    scriptChecksum  {)Bi\=4g
bookmarks   breakPoints   handlerList  7preOpenCard
openCard
setupChoice
closeCard
movieStoppedscriptSelection  char 1293 to 1292tempScript   prevHandler  setupChoicescript <p><font color="#980517">on</font> preOpenCard</p>
<p>  <font color="#0000FF">global</font> registered<font color="#000000">,</font> gPrefsPath</p>
<p>  </p>
<p>  setupChoice</p>
<p>  </p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">title</font> of this stack to localiseGetDisplayValue<font color="#000000">(&quot;stackTitle.intro.help&quot;)</font></p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">hilitedButton</font> of <font color="#0000FF">group</font> &quot;Standard background&quot; to 6</p>
<p>  <font color="#980517">if</font> the <font color="#F88017">seconds</font> &lt; 909878399 and registered is not true <font color="#980517">then</font> <font color="#0000FF">show</font> <font color="#0000FF">group</font> &quot;special pricing&quot;</p>
<p>  <font color="#980517">else</font> <font color="#0000FF">hide</font> <font color="#0000FF">group</font> &quot;special pricing&quot;</p>
<p>  <font color="#68228B">--if registered is true and word 1 of line 3 of fld &quot;topics&quot; is &quot;Buying&quot; then delete line 3 to 4 of fld &quot;topics&quot;</font></p>
<p>  <font color="#68228B">--else if word 1 of line 3 of fld &quot;topics&quot; is &quot;Dvorak&quot; and registered is false then put &quot;Buying a license for Ten Thumbs&quot; &amp; cr &amp; cr before line 3 of fld &quot;topics&quot;</font></p>
<p><font color="#980517">end</font> preOpenCard</p>
<p></p>
<p><font color="#980517">on </font>openCard</p>
<p>  <font color="#0000FF">global </font>gPrefsPath</p>
<p>  <font color="#68228B">---------</font></p>
<p><font color="#68228B">  </font><font color="#0000FF">set</font> the <font color="#FF0000">relayerGroupedControls</font> to true</p>
<p>  </p>
<p><font color="#68228B">  --  if the platform is &quot;Linux&quot; then</font></p>
<p><font color="#68228B">  --    show image &quot;animation image&quot; of me</font></p>
<p><font color="#68228B">  --    set the layer of image &quot;animation image&quot; of me to 16</font></p>
<p><font color="#68228B">  --  else</font></p>
<p><font color="#980517">  if</font> propertyGet<font color="#000000">(&quot;animateCharacter&quot;)</font> is false or the cDisableAnimations of stack gPrefsPath <font color="#980517">then</font> </p>
<p><font color="#0000FF">    send</font> &quot;moviePlay&quot; &amp;&amp; &quot;0,0,true&quot; to <font color="#0000FF">group</font> &quot;animation&quot; of <font color="#F88017">me</font></p>
<p><font color="#0000FF">    set</font><font color="#68228B"> </font>the<font color="#68228B"> </font><font color="#FF0000">layer</font><font color="#68228B"> </font>of<font color="#68228B"> </font><font color="#0000FF">group</font><font color="#68228B"> </font>&quot;animation&quot;<font color="#68228B"> </font>of<font color="#68228B"> </font><font color="#F88017">me</font><font color="#68228B"> </font>to<font color="#68228B"> </font>16</p>
<p><font color="#980517">  else</font></p>
<p><font color="#0000FF">    set </font>the <font color="#FF0000">layer </font>of <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me</font> to 26</p>
<p><font color="#0000FF">    send </font>&quot;moviePlay&quot; to <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me</font></p>
<p><font color="#980517">    if </font>propertyGet<font color="#000000">(&quot;soundOn&quot;) </font><font color="#980517">then</font></p>
<p><font color="#0000FF">      play</font> audioClip &quot;help.aif&quot;</p>
<p><font color="#980517">    end</font> <font color="#980517">if</font>  </p>
<p><font color="#980517">  end if</font></p>
<p><font color="#68228B">  --  end if</font></p>
<p><font color="#0000FF">  pass </font>openCard</p>
<p><font color="#980517">end</font> openCard</p>
<p></p>
<p><font color="#980517">on </font>setupChoice</p>
<p>  <font color="#0000FF">local </font>tChoiceList</p>
<p>  </p>
<p>  <font color="#0000FF">put </font>empty into button &quot;OptionMenu&quot;</p>
<p>  <font color="#0000FF">put</font> localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.topics1&quot;) </font>&amp; <font color="#0000FF">return</font><font color="#000000"> </font>after tChoiceList</p>
<p>  <font color="#0000FF">put</font><font color="#68228B"> </font>localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.topics2&quot;)</font><font color="#68228B"> </font>&amp;<font color="#68228B"> </font><font color="#0000FF">return</font><font color="#68228B"> </font>after<font color="#68228B"> </font>tChoiceList</p>
<p>  <font color="#0000FF">put</font><font color="#68228B"> </font>localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.topics3&quot;)</font><font color="#68228B"> </font>&amp;<font color="#68228B"> </font><font color="#0000FF">return</font><font color="#68228B"> </font>after<font color="#68228B"> </font>tChoiceList</p>
<p>  <font color="#0000FF">put</font><font color="#68228B"> </font>localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.topics4&quot;)</font><font color="#68228B"> </font>&amp;<font color="#68228B"> </font><font color="#0000FF">return</font><font color="#68228B"> </font>after<font color="#68228B"> </font>tChoiceList</p>
<p>  <font color="#0000FF">put</font><font color="#68228B"> </font>localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.topics5&quot;)</font><font color="#68228B"> </font>&amp;<font color="#68228B"> </font><font color="#0000FF">return</font><font color="#68228B"> </font>after<font color="#68228B"> </font>tChoiceList</p>
<p>  <font color="#68228B">--put localiseGetDisplayValue(&quot;text.ttttHelp.topics6&quot;) &amp; return after tChoiceList</font></p>
<p>  <font color="#0000FF">put </font>tChoiceList into button &quot;OptionMenu&quot;</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">label </font>of button &quot;OptionMenu&quot; to localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.topics1&quot;)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">set</font> the <font color="#FF0000">htmlText</font> of fld &quot;display&quot; to localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.display1&quot;)</font></p>
<p><font color="#000000">  </font><font color="#980517">if</font> the <font color="#FF0000">number</font> of lines of fld &quot;display&quot; &gt; 1 then</p>
<p><font color="#0000FF">    delete</font> last line of fld &quot;display&quot; <font color="#68228B">-- temp TTD patch</font></p>
<p><font color="#68228B">  </font><font color="#980517">end</font> <font color="#980517">if</font></p>
<p><font color="#980517">end</font> setupChoice</p>
<p></p>
<p><font color="#980517">on</font> closeCard</p>
<p>  <font color="#980517">if</font> there is a <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me </font><font color="#980517">then</font></p>
<p><font color="#0000FF">    send </font>&quot;movieStop&quot; to <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me</font></p>
<p><font color="#F88017">  </font><font color="#980517">end if</font></p>
<p><font color="#0000FF">  stop </font>playing audioClip &quot;help.aif&quot;</p>
<p><font color="#980517">end</font> closeCard</p>
<p></p>
<p><font color="#980517">on </font>movieStopped</p>
<p>  <font color="#0000FF">set</font><font color="#68228B"> </font>the<font color="#68228B"> </font><font color="#FF0000">layer</font><font color="#68228B"> </font>of<font color="#68228B"> </font><font color="#0000FF">group</font><font color="#68228B"> </font>&quot;animation&quot;<font color="#68228B"> </font>of<font color="#68228B"> </font><font color="#F88017">me</font><font color="#68228B"> </font>to<font color="#68228B"> </font>16</p>
<p>  <font color="#0000FF">stop </font>playing audioClip &quot;help.aif&quot;</p>
<p><font color="#980517">end</font> movieStopped</p>
<p></p> %  m    =  D  
        8  q     %k   c1013   	P
on preOpenCard
  global gPrefsPath
  if the platform is "Linux" then
    show image "animation image" of me
  else
    if propertyGet("animateCharacter") is false or the cDisableAnimations of stack gPrefsPath then
      send "moviePlay" && "0,0,true" to group "animation" of this card
    else
      send "moviePlay" to group "animation" of this card
    end if
  end if
end preOpenCard

on closeCard
  if there is a group "animation" of me then
    send "movieStop" to group "animation" of this card
  end if
end closeCard
           A     cREVGeometryCacheIDs    1024001899077  11251077210788926  11341142424402569  24738921133800854496  4680111118845462645  10031118845462646  10051118845462647  1006
976823619312  11241118845462648  10071118845462650  10101118845462649  10091118845462651  10111118845462652  10121118845462653  1004
976823605720  11231118845462654  10881118845462655  10141077822373522  11351118845462656  10151118845462657  10161118845462658  10191060804330891  1129 cREVGeometrycache    total  22order    cREVGeneral    scriptChecksum  qlRMoNS
bookmarks   handlerList  preOpenCard
closeCardscriptSelection  char 510 to 509tempScript   prevHandler  preOpenCardscript m<p><font color="#980517">on</font> preOpenCard</p>
<p>  <font color="#0000FF">global </font>gPrefsPath</p>
<p>  <font color="#980517">if</font> the <font color="#F88017">platform </font>is &quot;Linux&quot; <font color="#980517">then</font></p>
<p><font color="#980517">    </font><font color="#0000FF">show </font>image &quot;animation image&quot; of <font color="#F88017">me</font></p>
<p><font color="#F88017">  </font><font color="#980517">else</font></p>
<p><font color="#980517">    if</font> propertyGet<font color="#000000">(&quot;animateCharacter&quot;)</font> is false or the cDisableAnimations of stack gPrefsPath <font color="#980517">then</font></p>
<p><font color="#0000FF">      send</font> &quot;moviePlay&quot; &amp;&amp; &quot;0,0,true&quot; to <font color="#0000FF">group</font> &quot;animation&quot; of this card</p>
<p><font color="#980517">    else</font></p>
<p><font color="#0000FF">      send</font> &quot;moviePlay&quot; to <font color="#0000FF">group </font>&quot;animation&quot; of this card</p>
<p><font color="#980517">    end if</font></p>
<p><font color="#980517">  end if</font></p>
<p><font color="#980517">end</font> preOpenCard</p>
<p></p>
<p><font color="#980517">on</font> closeCard</p>
<p>  <font color="#980517">if </font>there is a <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me</font> <font color="#980517">then</font></p>
<p><font color="#0000FF">    send </font>&quot;movieStop&quot; to <font color="#0000FF">group</font> &quot;animation&quot; of this card</p>
<p>  <font color="#980517">end if</font></p>
<p><font color="#980517">end</font> closeCard</p>
<p></p>  n    d  @          c  e $+ %m   c1055   	P*on preOpenCard
  global gPrefspath, registered
  if the seconds < 909878399 and registered is not true then show group "special pricing"
  else hide group "special pricing"
  set the title of this stack to localiseGetDisplayValue("stackTitle.quit")
  set the hilitedButton of group 1 to 0 -- changed from 8, the button "exit". 
  set the icon of btn "exit" to the short id of image "quit" of card localiseGetLang2() of stack "imageBank"
  --set the hilite of btn "exit" to false
  set the hilite of btn "show tips" to the cShowTips of stack gPrefspath
  if registered is false then
    hide fld "registered credits"
    show fld "unregistered2"
    show fld "unregistered1"
    show button "Register Using Our Web Site @ xworlds.com"
    show button "Register Using In-Program Payment Module"
  else
    show fld "registered credits"
    hide fld "unregistered2"
    hide fld "unregistered1"
    hide button "Register Using Our Web Site @ xworlds.com"
    hide button "Register Using In-Program Payment Module"
  end if
end preOpenCard

on openCard
  global gPrefsPath
  --  if the platform is "Linux" then 
  --    show image "animation image" of me
  --  else
  if propertyGet("animateCharacter") is false or the cDisableAnimations of stack gPrefsPath then
    send "moviePlay" && "0,0,true" to group "animation" of me
  else
    send "moviePlay" to group "animation" of me
    if propertyGet("soundOn") then
      play audioclip "quit.aif"
    end if
  end if
  --  end if
  pass openCard
end openCard


on downloadNgo which
  send "downloadNgo" && quote & which & quote to stack "Download Stack"
end downloadNgo

on closeStackRequest
  quit
end closeStackRequest

on closeCard
  if there is a group "animation" of me then
    send "movieStop" to group "animation" of me
  end if
  stop playing audioClip "quit.aif"
end closeCard
           A     cREVGeometryCacheIDs     1118845528867  10771196786073898  24740671118845528868  10781118845528870  10861118845528869  10791118845528871  10871134597325839  19391271118845528873  11031118845528874  10591133472457630  1979481118845528875  10631118845528876  11081118845462645  10031118845462646  10051118845462647  10061118845462648  10071043355063696  11281118845462650  10101118845462649  10091118845462651  10111118845462652  10121118845462653  10041077822373522  11351118845528860  10571118845528861  10611060804330891  11291118845528862  10621118845528863  10711118845528864  10701142424335010  24738911118845528865  10751118845528866  1076 cREVGeometrycache    total  32order    cREVGeneral    scriptChecksum  b~e}ȰP&
bookmarks   handlerList  <preOpenCard
openCard
downloadNgo
closeStackRequest
closeCardbreakPoints   scriptSelection  char 1476 to 1475prevHandler  	closeCardtempScript   script <p><font color="#980517">on</font> preOpenCard</p>
<p>  <font color="#0000FF">global</font> gPrefspath<font color="#000000">,</font> registered</p>
<p>  <font color="#980517">if</font> the <font color="#F88017">seconds</font> &lt; 909878399 and registered is not true <font color="#980517">then</font> <font color="#0000FF">show</font> <font color="#0000FF">group</font> &quot;special pricing&quot;</p>
<p>  <font color="#980517">else</font> <font color="#0000FF">hide</font> <font color="#0000FF">group</font> &quot;special pricing&quot;</p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">title</font> of this stack to localiseGetDisplayValue<font color="#000000">(&quot;stackTitle.quit&quot;)</font></p>
<p><font color="#0000FF">  set</font><font color="#68228B"> </font>the<font color="#68228B"> </font><font color="#FF0000">hilitedButton</font><font color="#68228B"> </font>of<font color="#68228B"> </font><font color="#0000FF">group</font><font color="#68228B"> </font>1<font color="#68228B"> </font>to<font color="#68228B"> </font>0<font color="#68228B"> -- changed from 8, the button &quot;exit&quot;. </font></p>
<p><font color="#68228B">  </font><font color="#0000FF">set</font><font color="#68228B"> </font>the<font color="#68228B"> </font><font color="#FF0000">icon</font><font color="#68228B"> </font>of<font color="#68228B"> </font>btn<font color="#68228B"> </font>&quot;exit&quot;<font color="#68228B"> </font>to<font color="#68228B"> </font>the <font color="#FF0000">short id </font>of image &quot;quit&quot; of card localiseGetLang2<font color="#000000">() </font>of stack &quot;imageBank&quot;</p>
<p><font color="#68228B">  --set the hilite of btn &quot;exit&quot; to false</font></p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">hilite</font> of btn &quot;show tips&quot; to the cShowTips of stack gPrefspath</p>
<p>  <font color="#980517">if</font> registered is false <font color="#980517">then</font></p>
<p>    <font color="#0000FF">hide</font> fld &quot;registered credits&quot;</p>
<p>    <font color="#0000FF">show</font> fld &quot;unregistered2&quot;</p>
<p>    <font color="#0000FF">show</font> fld &quot;unregistered1&quot;</p>
<p>    <font color="#0000FF">show</font> button &quot;Register Using Our Web Site @ xworlds.com&quot;</p>
<p>    <font color="#0000FF">show</font> button &quot;Register Using In-Program Payment Module&quot;</p>
<p>  <font color="#980517">else</font></p>
<p>    <font color="#0000FF">show</font> fld &quot;registered credits&quot;</p>
<p>    <font color="#0000FF">hide</font> fld &quot;unregistered2&quot;</p>
<p>    <font color="#0000FF">hide</font> fld &quot;unregistered1&quot;</p>
<p>    <font color="#0000FF">hide</font> button &quot;Register Using Our Web Site @ xworlds.com&quot;</p>
<p>    <font color="#0000FF">hide</font> button &quot;Register Using In-Program Payment Module&quot;</p>
<p>  <font color="#980517">end</font> <font color="#980517">if</font></p>
<p><font color="#980517">end</font> preOpenCard</p>
<p></p>
<p><font color="#980517">on</font> openCard</p>
<p>  <font color="#0000FF">global </font>gPrefsPath</p>
<p><font color="#68228B">  --  if the platform is &quot;Linux&quot; then</font><font color="#980517"> </font></p>
<p><font color="#68228B">  --    show image &quot;animation image&quot; of me</font></p>
<p><font color="#68228B">  --  else</font></p>
<p><font color="#980517">  if</font> propertyGet<font color="#000000">(&quot;animateCharacter&quot;)</font> is false or the cDisableAnimations of stack gPrefsPath <font color="#980517">then</font></p>
<p><font color="#0000FF">    send</font> &quot;moviePlay&quot; &amp;&amp; &quot;0,0,true&quot; to <font color="#0000FF">group</font> &quot;animation&quot; of <font color="#F88017">me</font></p>
<p><font color="#980517">  else</font></p>
<p><font color="#0000FF">    send </font>&quot;moviePlay&quot; to <font color="#0000FF">group</font> &quot;animation&quot; of <font color="#F88017">me</font></p>
<p><font color="#980517">    if</font> propertyGet<font color="#000000">(&quot;soundOn&quot;) </font><font color="#980517">then</font></p>
<p><font color="#0000FF">      play </font>audioclip &quot;quit.aif&quot;</p>
<p><font color="#980517">    end if</font></p>
<p><font color="#980517">  end if</font></p>
<p><font color="#68228B">  --  end if</font></p>
<p><font color="#980517">  </font><font color="#0000FF">pass</font> openCard</p>
<p><font color="#980517">end</font> openCard</p>
<p></p>
<p></p>
<p><font color="#980517">on</font> downloadNgo which</p>
<p>  <font color="#0000FF">send</font> &quot;downloadNgo&quot; &amp;&amp; quote &amp; which &amp; quote to stack &quot;Download Stack&quot;</p>
<p><font color="#980517">end</font> downloadNgo</p>
<p></p>
<p><font color="#980517">on</font> closeStackRequest</p>
<p>  <font color="#0000FF">quit</font></p>
<p><font color="#980517">end</font> closeStackRequest</p>
<p></p>
<p><font color="#980517">on</font> closeCard</p>
<p>  <font color="#980517">if</font> there is a <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me </font><font color="#980517">then</font></p>
<p><font color="#0000FF">    send</font> &quot;movieStop&quot; to <font color="#0000FF">group </font>&quot;animation&quot; of <font color="#F88017">me</font></p>
<p><font color="#F88017">  </font><font color="#980517">end</font> <font color="#980517">if</font></p>
<p><font color="#0000FF">  stop </font>playing audioClip &quot;quit.aif&quot;</p>
<p><font color="#980517">end</font> closeCard</p>
<p></p>   <  !  %  &  /  3  >  ?  O  T  h  %l  
reviewHabits   	Pon closeCard
  propertySet "habitReview","false"
end closeCard

--on hideHabbits
--  hide group "effective2" of card 1 of stack "Lesson" of stack "Ten Thumbs Typing Tutor"
--  hide group "effective3" of card 1 of stack "Lesson" of stack "Ten Thumbs Typing Tutor"
--  hide group "effective4" of card 1 of stack "Lesson" of stack "Ten Thumbs Typing Tutor"
--  hide group "effective5" of card 1 of stack "Lesson" of stack "Ten Thumbs Typing Tutor"
--end hideHabbits
--
--on preOpenCard
--  hideHabbits
--end preOpenCard
           A     cREVGeneral    scriptChecksum  J?5BWc4
bookmarks   handlerList  	closeCardtempScript   prevHandler  	closeCardscriptSelection  char 65 to 516script s<p><font color="#980517">on</font> closeCard</p>
<p>  propertySet &quot;habitReview&quot;,&quot;<font color="#000000">false</font>&quot;</p>
<p><font color="#980517">end</font> closeCard</p>
<p></p>
<p><font color="#68228B">--on hideHabbits</font></p>
<p><font color="#68228B">--  hide group &quot;effective2&quot; of card 1 of stack &quot;Lesson&quot; of stack &quot;Ten Thumbs Typing Tutor&quot;</font></p>
<p><font color="#68228B">--  hide group &quot;effective3&quot; of card 1 of stack &quot;Lesson&quot; of stack &quot;Ten Thumbs Typing Tutor&quot;</font></p>
<p><font color="#68228B">--  hide group &quot;effective4&quot; of card 1 of stack &quot;Lesson&quot; of stack &quot;Ten Thumbs Typing Tutor&quot;</font></p>
<p><font color="#68228B">--  hide group &quot;effective5&quot; of card 1 of stack &quot;Lesson&quot; of stack &quot;Ten Thumbs Typing Tutor&quot;</font></p>
<p><font color="#68228B">--end hideHabbits</font></p>
<p><font color="#68228B">--</font></p>
<p><font color="#68228B">--on preOpenCard</font></p>
<p><font color="#68228B">--  hideHabbits</font></p>
<p><font color="#68228B">--end preOpenCard</font></p>
<p></p> cREVGeometryCacheIDs    %1134576504031  14418681200914678182  24740751200914706878  24740761200915605746  24740811134576824518  14418721118845462645  10031118845462646  10051134576824519  14418731118845462647  10061118845462648  10071118845462649  10091118845462650  10101118845462651  10111118845462652  10121134576815615  14418701200914743905  24740781118845462653  10041134576815616  14418711200915458407  24740801200915813673  24740821200916374832  24740841134576834017  14418741134576834018  14418751024001899077  16742501134576592697  14418691134576843508  14418761134576843509  14418771200914724520  24740771134576065305  14418641200916065324  24740831119004807450  10801119004807451  10821077822373522  11351119004807452  10841134576405511  14418671060804330891  11291200914480008  2474074 cREVGeometrycache    order   total  37    8  H  K  M  O  Q  S  U 
 %` %a %Z %[ %b  N %\ %c %] %d %^  L  P  R  T      K        D        cREVGeneral    revUniqueID  
1118845462655
    
 * -        4   cTag  title.ttttHelp.About       cREVGeneral    revUniqueID  
1118845462656     About Ten Thumbs 
     x    von linkClicked pLink
  if pLink is "tenthumbs@runrev.com"
  then revMail pLink
  else revGoURL pLink
end linkClicked
         Blue   " B   Tabs  falsecTag  information.credits       
cREVTable    currentview <<p>Ten Thumbs is brought to you by Runtime Revolution. For more information about the company please visit our website, http://www.runrev.com. If you have any queries please contact the Ten Thumbs Support Team at &lt;tenthumbs@runrev.com&gt;. </p>
<p> </p>
<p> MIDI music files recorded by Robin Miller. </p>
<p> </p>
<p> Ten Thumbs based on original characters by Mark Williams. </p>
<p> </p>
<p> We would like to thank Ten Thumbs himself for keeping still during the portraits and for keeping his horns clean and in respectable condition throughout. </p>
<p> </p>
<p> Thanks to Scott Raney at MetaCard Corporation for his technical support. </p>
<p> </p>
<p> Special thanks to all of our Beta Test Team. </p>
<p> </p>
<p> Runtime Revolution is based in Edinburgh, Scotland. </p>
<p> </p>
<p> Enjoy Ten Thumbs Typing Tutor!</p> cREVGeneral    scriptChecksum  UU-!{$vrevUniqueID  
1118845462657
bookmarks   handlerList  linkClickedscriptSelection  char 117 to 116tempScript   prevHandler  linkClickedscript 2<p><font color="#980517">on</font> linkClicked pLink</p>
<p>  <font color="#980517">if</font> pLink is &quot;tenthumbs@runrev.com&quot;</p>
<p>  <font color="#980517">then</font> revMail pLink</p>
<p>  <font color="#980517">else</font> revGoURL pLink</p>
<p><font color="#980517">end</font> linkClicked</p>   Ten Thumbs is brought to you by Runtime Revolution. For more information about the company please visit our website, http://www.runrev.com. If you have any queries please contact the Ten Thumbs Support Team at tenthumbs@runrev.com.      - MIDI music files recorded by Robin Miller.      < Ten Thumbs based on original characters by Mark Williams.       We would like to thank Ten Thumbs himself for keeping still during the portraits and for keeping his horns clean and in respectable condition throughout.      K Thanks to Scott Raney at MetaCard Corporation for his technical support.      / Special thanks to all of our Beta Test Team.      6 Runtime Revolution is based in Edinburgh, Scotland.        Enjoy Ten Thumbs Typing Tutor!       	`    @   B    Further Credits ep 5on mouseUp
  palette "credits metacard"
end mouseUp
      @   "   cTag  action.furtherCredits Further Credits           cREVGeneral    revUniqueID  
1118845462658	       
    K        D        cREVGeneral    revUniqueID  
1119004807444
    
 * -        4   cTag  title.ttttHelp       cREVGeneral    revUniqueID  
1119004807445     Ten Thumbs Help 
   topics  #p_on mouseUp
  if word 1 of line (the hilitedLines of me) of me is empty then
    set the hilitedLines of me to empty
    exit mouseUp
  end if
  put ("c"& word 1 of line (the hilitedLines of me) of me) into tVarName
  do "set the htmlText of fld " & quote & "display" & quote & "to the" && tVarName && "of this cd"
  enable fld "display"
end mouseUp

on arrowKey pDirection
  if pDirection is "down" then
    get the hilitedLines of me
    add 2 to it
    if line it of me is not empty and it <= (the number of lines in me) then
      set the hilitedLines of me to it
    end if
  else if pDirection is "up" then
    get the hilitedLines of me
    subtract 2 from it
    if line it of me is not empty and it > 0 then
      set the hilitedLines of me to it
    end if
  end if
  mouseUp
end arrowKey

on focusOut
  set the hilitedLines of me to empty
end focusOut
      > { J           cREVGeneral    scriptChecksum  XR
;J5pDrevUniqueID  
1119004807446
bookmarks   handlerList  mouseUp
arrowKey
focusOuttempScript   prevHandler  arrowKeyscriptSelection  char 218 to 313script 
<p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#980517">if</font> word 1 of line (the <font color="#FF0000">hilitedLines</font> of me) of <font color="#F88017">me</font> is empty <font color="#980517">then</font></p>
<p>    <font color="#0000FF">set</font> the <font color="#FF0000">hilitedLines</font> of <font color="#F88017">me</font> to empty</p>
<p>    <font color="#0000FF">exit</font> mouseUp</p>
<p>  <font color="#980517">end</font> <font color="#980517">if</font></p>
<p>  <font color="#0000FF">put</font> (&quot;c&quot;&amp; word 1 of line (the <font color="#FF0000">hilitedLines</font> of me) of me) into tVarName</p>
<p>  <font color="#0000FF">do</font> &quot;set the htmlText of fld &quot; &amp; quote &amp; &quot;display&quot; &amp; quote &amp; &quot;to the&quot; &amp;&amp; tVarName &amp;&amp; &quot;of this cd&quot;</p>
<p>  <font color="#0000FF">enable</font> fld &quot;display&quot;</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> arrowKey pDirection</p>
<p>  <font color="#980517">if</font> pDirection is &quot;down&quot; <font color="#980517">then</font></p>
<p>    <font color="#0000FF">get</font> the <font color="#FF0000">hilitedLines</font> of <font color="#F88017">me</font></p>
<p>    <font color="#0000FF">add</font> 2 to it</p>
<p>    <font color="#980517">if</font> line it of <font color="#F88017">me</font> is not empty and it &lt;= (the <font color="#FF0000">number</font> of lines in me) <font color="#980517">then</font></p>
<p>      <font color="#0000FF">set</font> the <font color="#FF0000">hilitedLines</font> of <font color="#F88017">me</font> to it</p>
<p>    <font color="#980517">end</font> <font color="#980517">if</font></p>
<p>  <font color="#980517">else</font> <font color="#980517">if</font> pDirection is &quot;up&quot; <font color="#980517">then</font></p>
<p>    <font color="#0000FF">get</font> the <font color="#FF0000">hilitedLines</font> of <font color="#F88017">me</font></p>
<p>    <font color="#0000FF">subtract</font> 2 from it</p>
<p>    <font color="#980517">if</font> line it of <font color="#F88017">me</font> is not empty and it &gt; 0 <font color="#980517">then</font></p>
<p>      <font color="#0000FF">set</font> the <font color="#FF0000">hilitedLines</font> of <font color="#F88017">me</font> to it</p>
<p>    <font color="#980517">end</font> <font color="#980517">if</font></p>
<p>  <font color="#980517">end</font> <font color="#980517">if</font></p>
<p>  mouseUp</p>
<p><font color="#980517">end</font> arrowKey</p>
<p></p>
<p><font color="#980517">on</font> focusOut</p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">hilitedLines</font> of <font color="#F88017">me</font> to empty</p>
<p><font color="#980517">end</font> focusOut</p>
<p></p>     +A Quick Summary of Ten Thumbs Typing Tutor    Dvorak or QWERTY?    #Changing Your Learning Preferences    #Adding your own music to the games    Installing on a Network    Contacting us       	`    @  |  H 
   display  x   on mouseUp
  set cursor to clock
  if the textColor of the clickChunk is "0,0,255" and the textStyle of the clickchunk is "bold" then
    put the clickChunk into tSearchText
    repeat
      subtract 1 from word 2 of tSearchText
      if the textColor of tSearchText is not "0,0,255" then exit repeat
    end repeat
    add 1 to word 2 of tSearchText
    repeat
      add 1 to word 4 of tSearchtext
      if the textColor of tSearchText is not "0,0,255" then exit repeat
    end repeat
    subtract 1 from word 4 of tSearchtext
    put value(tSearchText) into tSearchtext
    if char 1 of tSearchText is space then delete char 1 of tSearchText
    if last char of tSearchText is empty then delete last char of tSearchText
    if last char of tSearchText is cr then delete last char of tSearchtext
    set the hideConsoleWindows to true
    if "http" is in tSearchText then
      revGoURL "http://www.runrev.com/tenthumbs/buy.html"
    else if "clicking here" is in tSearchText then
      modal stack "order form"
    end if
  end if
end mouseUp
        tR           cREVGeneral    scriptChecksum  K1cC@revUniqueID  
1119004807449
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  char 880 to 879script <p>on mouseUp</p>
<p>  set cursor to clock</p>
<p>  if the textColor of the clickChunk is "0,0,255" and the textStyle of the clickchunk is "bold" then</p>
<p>    put the clickChunk into tSearchText</p>
<p>    repeat</p>
<p>      subtract 1 from word 2 of tSearchText</p>
<p>      if the textColor of tSearchText is not "0,0,255" then exit repeat</p>
<p>    end repeat</p>
<p>    add 1 to word 2 of tSearchText</p>
<p>    repeat</p>
<p>      add 1 to word 4 of tSearchtext</p>
<p>      if the textColor of tSearchText is not "0,0,255" then exit repeat</p>
<p>    end repeat</p>
<p>    subtract 1 from word 4 of tSearchtext</p>
<p>    put value(tSearchText) into tSearchtext</p>
<p>    if char 1 of tSearchText is space then delete char 1 of tSearchText</p>
<p>    if last char of tSearchText is empty then delete last char of tSearchText</p>
<p>    if last char of tSearchText is cr then delete last char of tSearchtext</p>
<p>    set the hideConsoleWindows to true</p>
<p>    if "http" is in tSearchText then</p>
<p>      revGoURL "http://www.runrev.com/tenthumbs/buy.html"</p>
<p>    else if "clicking here" is in tSearchText then</p>
<p>      modal stack "order form"</p>
<p>    end if</p>
<p>  end if</p>
<p>end mouseUp</p>
<p></p>     +A Quick Summary of Ten Thumbs Typing Tutor 
  @        *  Welcome to Ten Thumbs Typing Tutor. This help section gives you a quick overview of the program, and answers some of the more common queries. For full detailed help please refer to our 'Teachers' Guide' pdf which can be downloaded free from http://www.tenthumbstypingtutor.com/try.php. 
  @        #
  @        #   Ten Thumbs takes you through from beginner to proficient touch typist. During the lessons you'll learn and practice new keys. As you advance you'll be shown the 5 habits of highly effective touch typing: principles which should guide your use of the keyboard. 
  @          R
  @      R 
  @        Y    You'll also be asked to set your goals and other options. The lessons will automatically adapt to pick up on areas where you're having difficulty. Once you've become accomplished with the whole keyboard, you'll have the opportunity to print a certificate.  
  @           You can use the Extra Practice option to pick up on specific areas you're unsure about: practice with specific keys, practice your weakest keys and check the fingering for specific keys. You can also use this screen to import your own .rtf and .txt files to practice with.  
  @          
  @       
  @            Two games are provided, allowing you to relax in between lessons and fingering instruction whilst still gaining the practice you need.  
  @          
  @       
  @        	 ~  
  @                 	`    @  u P   !    K        D        cREVGeneral    revUniqueID  
1118845528860  % *Register Using Our Web Site @ xworlds.com ep on mouseUp
  revGoURL shopURL()
  if the result is "error" then
    answer error "Unable to launch your browser with the URL" && shopURL() && "Please try entering this URL in your web browser."
  end if
end mouseUp
        !   cTag  action.regWebsite 5Register Using Our Web Site tenthumbstypingtutor.com           cREVGeneral    scriptChecksum  [pm_yrevUniqueID  
1118845528861
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  char 143 to 142script X<p><font color="#980517">on</font> mouseUp</p>
<p>  revGoURL shopURL<font color="#000000">()</font></p>
<p>  <font color="#980517">if</font> the <font color="#F88017">result</font> is &quot;error&quot; <font color="#980517">then</font></p>
<p>    <font color="#0000FF">answer</font> error &quot;Unable to launch your browser with the URL&quot; &amp;&amp; shopURL<font color="#000000">() </font>&amp;&amp; &quot;Please try entering this URL in your web browser.&quot;</p>
<p>  <font color="#980517">end</font> <font color="#980517">if</font></p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>	       & )Register Using In-Program Payment Module ep -on mouseUp
  modal "order form"
end mouseUp
        !   cTag  action.regInPay )Register using in-program payment system           cREVGeneral    scriptChecksum  Fµ/룫revUniqueID  
1118845528862
bookmarks   handlerList  mouseUpscriptSelection  
char 45 to 44prevHandler  mouseUptempScript   script  <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">modal</font> &quot;order form&quot;</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>	       / %Download Ten Thumbs Updates and News ep Zon mouseUp
  go stack URL "http://www.tenthumbstypingtutor.com/updates2.rev"
end mouseUp
        !   cTag  action.downloadUpdates %Download Ten Thumbs Updates and News           cREVGeneral    	scriptChecksum  zVc
u~NDhandlerList  mouseUpbreakPoints   scriptSelection  
char 90 to 89revUniqueID  
1118845528863
bookmarks   tempScript   prevHandler  mouseUpscript  <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">go</font> stack URL &quot;http://www.tenthumbstypingtutor.com/updates2.rev&quot;</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>	       3 special pricing   a       $j d     cREVGeneral    revUniqueID  
1118845528865  4    K         P l <             T  p cREVGeneral    revUniqueID  
1118845528866
  5  	           Red   (X ,           cREVGeneral    revUniqueID  
1118845528867     ,Half price: $9.95 till end of October only! 
  6  	           Red   d             cREVGeneral    revUniqueID  
1118845528868     * 
  7  	           Red   (             cREVGeneral    revUniqueID  
1118845528869     *   8 special pricing   a       $j 4     cREVGeneral    revUniqueID  
1119004807450
  :  	           Red   (X ,           cREVGeneral    revUniqueID  
1119004807451     ,Half price: $9.95 till end of October only! 
  <  	           Red   (             cREVGeneral    revUniqueID  
1119004807452     * 
  = dropshadow 
 * -  222222     
 4   cTag  title.ttttHelp       cREVGeneral    revUniqueID  
1119004807442     Ten Thumbs Help 
  > dropshadow 
 * -  222222    	 	 4   cTag  title.ttttHelp.Quit       cREVGeneral    revUniqueID  
1118845528870     Quit Ten Thumbs 
  ? dropshadow 
 * -        4   cTag  title.ttttHelp.Quit       cREVGeneral    revUniqueID  
1118845528871
bookmarks   handlerList   tempScript   prevHandler   scriptSelection  char 1 to 0script        Quit Ten Thumbs 
  @ dropshadow 
 * -  222222     
 4   cTag  title.ttttHelp.About       cREVGeneral    revUniqueID  
1118845462654     About Ten Thumbs   D helpbackdrop.gif 	@       E      GIF89a  칾Ǽռܺľؿ¿ý븿!     ,      e]*PA	"LJiƀ- wpɓ(S A0a aщLbbq"DQ)J%YH*]ʴӧPJJիXjʵׯ`ÊKٳhYmpʕKk>Sb,_Ph`$PɸqLN7}ˡk<MZ#S^ͺװc˞M۸sͻNȃ8䖴89
riFəX(ٸ5lMeZFk'D?. (h&"-0C\,ޜ	,$aވ)CfcK!N,y!!<@)DVs8E@ y]7R6F?x22H&!,҈K
(%9iE)tixs 
Ͳ@	VSqLR`\F:~9E#;db%4G6|eDjꩨ؄C:aalB9πWFZ(V<y];V
F+Vkm8>$h	U$0N|؍!l*g!PG3 ,ڞz@ßy`.(wSC:Bya
JtP .Ь0,h ETCA#\d"
qO4(`2 ZKIʮXg\f.3T_xёQad"& +T!]nl3tQS7y$QSrTCt	N4MӚ*h̿l8S775B#e0J;X	ipiB
p_
@𠟫F/>	0D}aQ에9.$,Ho	å ͣom3;QG;xGjJE&c`׈V ӣԴ	Z̡w@m"KhǇ.|rpCZ ,$o0V RH2vUP
wz](C;!}<"3q<rl5XgF:B#"8:E-@{̄>0".r
:!>)S`2H%gP@#б@1
<HE] )a2ɔAY&?8#4qvQ_DCʓ0BYy|O hNAQ"9ІU~ 
`mẼZ
+O?'<S} Ra#MGCgJӚ&TXO.0!jJ#5FzlBCY	A1VUք,`X &~Qyz}80S9 RU"`;ӯq@i&v!/\gy,Ժݱ1i (6ԜXi| K¢?L(P;Z1Ҭb1
x*j":|}"RH By2Xyn%]&XP#Vhύ|{f,qRdp7'~9ySAnv
f0JP2.@e	';>e/@ e0$!^pZY)ap~An!dh1i؈@	 d~q*[Yq9Cv[rps!Y(`T[X`#+ΑLRX!TسIX1W[)+@!a0ϘܔFMA	<܅7"9mf5e=` vΥ5^M [fq;
w֨0-ݪyE	 H5N_{@3E>M-cnF 6d:5i
~@25V3a&lV7P+o|C(=~ ON(EeHhcg9*\>8CgJ3x%p:;mO[kI
}F_1 -a@81cD
߫qCv-fG-ȥ0Ow&o`q;'?y7f
t;Xya"yʻ给FRRc]X_A{hoK#2FBOCz{߱dz$!Go}k?|W#hǠ3	aV}G'7iBw`w{RT8~{wq7Ԁ"kM|waj`f6}b
,/
x#؃6txUPdQ'd?6ngp
rG|>8Vbr!nr
'D]j7LM@uT5pv!T\lw)a(d^E@7@
q:	\ZRx
GTӴrgq]q97xHX8lV)dnnf)avS9扡i*i8j b`
@j% #m\m	igш6GY&p:FZ8ZeaZ
%p!BfW![GO@1@Xؐlґ!0P2
ۥn YG6 MO7*T&Pa3a+gyX@GMg $%y<K|0m
c_%NSLɔN'fy 7׶W+%
2'4֓^iKuy 	2Ihnpj&QԈoa_ٗ*b!2U2lvO@GR^~dXX@HX7	_6 2\:Ua,9̐YI1S)ް+ $]S76t Hɛ V(r&7pބ#YaQ"h	!OP[@
 #RU:VgٟF.0!XV?VXs!k΢P9KlV2I8d   y_X q0*J0cII. nX hj"
1ڤ1F>PR]D
Fh;v!P#j5u,<Y'1XDY`&dТ\9k,%63#dzj}j~NX)%\$
Fg8el48	!b}2:y*㦎:_5Tt呩(Xcx:*@Ӳ8@j5e> Ƭb '( }
4/,=ܚZ>sy ,!|JeVb2! (rk*-p O
J4W0sBU

9`5;S
|d*f4o&̢-4۴tbH]-beZZze %qQs: RKNq
`3DBg"LO#K=\^G3bZ*bĶ[$̡-~NBA0@]ppARUJ ?RѠ-.@"s!U{y{{ .5qG0/ jȻ#6!z!9 2Ře!}rp)(5麥K g`g 5a \@o#P`ߵ%e08PR?c(9nPeP< 	[w#	K#0A0\  *wyQ
"`B<Dlƴi|ws1ƑۯzaKN&!}j#|ECh;R b,',Q/{4i{0~#gj\*
nDR ^A "sP g꺉kȢ<Tl3:%V6_ePR%?-` ͳ`9@2;
⺯gz1!P4,]LEXt9K L5(V 5;@w\)PiP˫;8ϼa@972p`OP,4U
 a`.p6E cy
(M-ߚ
0.+C` 5`!
! &`r87)]ձQ͐+?wEe2Px%` <wGi퀷#95!,eV *0@2@[7/
@	 
`<
HGz U5q=kиz}9+  	, 
 Zr#  	9 `8̗]ܮ!oK.E}u	a5P؍5 GQLɩ0ʭ	m]]ͭ_] fj u 8mìR M
_!	#~;nޒ
+ .LEQ+
"\1[*+}Bީ
lPe'	+N"(?#xP?p=OMq=	< 
Ƭ׀ %P0! P%  
0Z0=NzA#` %pf
NWPx,0D={]MrK00E0C,Kp~:
0IB՝Fo*aFڗ~Ȟ^ly/*~m
P줾z$:xV>.(
.(P^խpl 1 (ΤnBpp>N{@nLu:7No :뮲:Fao|݂o
 
.0*SZ<!<@ ( 
PoP/
(?{0zDԾ.`4@<P@ eOsA]\sAb/\sFv_atm*&?1?_Oؐ?)@ޙ`?r_~
]o}-GsnDɯD
o.
aO"Pɏ]PzрE;RA	.dC%NXE5nG!E$YI
K1eΤrدhOA%ZQI`YMQ"mRYnWaNfTh6[qΥ[׮GgiK۷_)D%\aĉ/(ݡ,d`s5og wbׯaÒAMM_
]mܹu]s6Fm:T&㱍]nѥO^=3R8}o.{'uկg_xR5Y&Zo>^0@cbރ*gxC2ٜ!PBC2~ D[hJ|[,7#LKMCX~TrI%KEa`J*
~h,$	#rMV*3㔳1sO>#K)cB3[,5t4StRJC>3tYP҇0 giQVeJ2Ouֺ\J6uW^y%FR\p
Vi-guZj2ч6u[nKA5XݑGcm
lYxc)I^L5Po[p.%b<Vx#'|+_;8@C-s;S.v匊ANkf?=Tg$@bMKT6z&zaVzil͘fz>U1XzctgR8zlhɉi_n+c~mvP>XDP8]Xl]H6\VlXŸwq$x\D댰):p_fCm7tAVB娕evi)UNs{Qq;7F}xtAI-<hlD`8 ` xeOb+r&GC@{p(p@  "`@8Yfs_Փ[
#$a(9gy **03a
m8"P:G
#i$"tֆPKlDZVЁxC,f9f QLhmLdck&#0kM 
 hQ{!E:@cx\"GĈE,B`nd%żGO<`GP22 6
	Dd+6A?p$!!`\%IIQA\@QFS +het%^ O t6}(C"
Q*ؐS!$1IlQh3?9M:$iqSXQ12 4FG7F"}Lax3
%!)Ss@	g04EO}Yt(+!4eRALAȑ9du@&0X0H7j\H=p'J
ҥ$gz5s"t
Dӧ(E) 1A$Z`cBag8P6* XT$QFCTԢ @k]HDU	 AY͊NntЃZi*)EkuĐh	z* @)Ǟ^ ddBeo{3cPfqR(&<@$d.-bA?El`GX>VoN_\P^ZbZ٫ЇgrKHVPdb{^"xpG*'sX"#ڈS&s\z6CU E?
<S=09z7P>_*~x	Y ,E>r;
[XJ~9gꊨ	Vr 3Zf~-l{vX=lVc|Fr
ANs@q2dY 5Ŧ=}ntBHTRCu/"" 4Ƽki5{a
٫`;FRB>J
A\kWk TfVA-
J
"[2a @XT +܁T&:Db5]୍lik[Ḁ:; =聝&MJ#L0i7m[ugQ
3a!LHb=*,z"$z-y3boư%6Ѯ3d \-%?dwۚ5{n%m] B!|[h0*0Sk_U:^yRr4'k6ŮQ~8=9BmAaZPV,1l`a(Ț"p;,l(؅ <r zR[Ӿ[}k	A4
6{ zЃ@J^?IB&(9@VP,
*[`؅r`;NK' 85ع>RX# tC@,S5-伆۰38j6b>@&\";H۳Y[*7XH_(_h(7(V<Htʃ4yxr;7X
(,
 :2W3(+Dh?<?؊-ڪ 7:
=cB)PSUH"m@*j0 E00y[t("rȂN[7B<H'XrsN 4F8e[hȅDjl-4F,IӼ9x3b#"cC> _1!9hMB-y\/XЇ'8FH+`h [(v8: ä
]4X("aL:#HȉR
P'*AA\H9cH:5-B$G I@vP<h O10tc;}(0@x<#A9kHiX*`K ȅ ̱0K BTȅZKļA<xHDa*m#Mn rh:H ]J tJ'e` ˢT;*V<[բzux(^+ K *r[ Nu:Ӽ/@J=@QyȁD2XHN#2#Ѕ0Qռ9yQrXЉJflr&x
=^(\0&`u*T	SZ	>0{ LY(o4](Q  4S0Ko` J# .@'cL#)F,PP- Y^ 2-S]

]u rZSt-:Sh/0<3  1,*C52a tjִv,x ؁BQ`
L ͨ\0'@;(]82X'3XWuX؀"]X5:cN}zSӂ#Qe%	FP V?59ZI,Zy#ۅyXFXQ(,lH`((HJ h oJIxp
42,Mpu5FZ S
Ћ=[-^PNtN <
ّz	 B=JǬDO@(y2
 E2[ EhQNSm'he`e;dPح5[@hp0V K[ڭݮ43P` ۲Nۺ0 Ȁ43Q
Z A!\JlB(S=Ua0'HʅR9xyl jbH5tʀ|0_3
+ & 7EKV=3PYAo"y=#< uU 07l2U/X *
:DӍ"G9__ 5( իVڊ^^A< rྜྷIӢ4])hNh5M h(UB@B#CCwIaI0Kub?cd**/8^@(nN|
@ G[~
OD #[t:uh7c:c><d`fh	Ȁu{>XqYxt/](|`
X;`V`0 B"eʹc\K?˓f}]۪Ҁ^~:}85I	@QN\ht 
fa.Om Vn9GB `U@x>[ 
5  ~iUc( {_n
䙐%Th`ha-Rgc=UXpFj,乫MiHiao< eֵ\ߚNk)ȀH(k_~ tg =w7n`FLpڙV <PL
6kpJ,봉Zg*XkZxiFЃU` tڼ!`(v !y~W6(k]娰HNH@2%mV i<_ Uk:MF2<9Ok lNk_0^Pr8l^n鶼\Npa6	KrP'i8Oy($p
EVc$aaH
pI, npJV΃]MJ؁x .UILxh)( m/>rlnWuqjI[&3
<:b8U?	E񘠅	D%xIFpyX.J]+ 2ht>gX*}	CsQs^<sʃEph P8%%\߁0tErXk]#nPOn	K~^ɬ.-grvᓁ-SN泀FЇ!ڨWjah	Ck8_4%0X:x'x'bK~0 @J~	8LwTg/]tÃM=N D7`q< Og/Phȁch/Q
wh5|}x;pX.T(R&/^7.x0;ce	EnkO9tj0(Г}oI^G)}<
@V%*:n8y8s+3

^P9` 2ZI ŖrV/[ SoT|{)zGf4 j|ϢH<s^a2I.oxNB,h+{R2wGZ
HʣR:r ^,h 
1T'R8bŌ2i!Ȑ"CZd$ʔ*MxШ'BfҬiMM:5yp'*@Re*ZFi2i&]>s*V
dTV֧
5
j*"@k'ܸ;?k.޼z/.l0Ċ3n7AF ބ7#/^tL/)mhH6n,FyQ(p/N.-2
똉FOv+#T SJi$=
"E.Tk_?
dQ[eBNS
|]4?XP$P +(1alvAy0B P`o4wMq
\E,-2`˘W>p#R5xSx Taȓ5x`})x&i&mWd0 uk-B%p,:`ySN
0De8N9)AP!eB)6NP 0dy2	ް
e&RG
X"p,,d@dw*,:{bz6(]!Q,V0EPT*&h-H;IpR4YNS% nXTHF	H
`SS0,+*4ϊ<2%_RF\0#QRT
(S[D*]`TI58
tx5_QDS8@#qQ68Ј	Y\NT
}Å}7$|tCh-D9rCKl8nKo-4Rb8NDje4Rpx;yQwd>RPZH}zkNK?=
r'Rs;h_~0
L9T O7B1X!xz:NB%bNR	V8!o#)-p8xNGL;!
S¼\^٫_AI!o E	0!>'EBP@X
R᳈@$:0	v4`F qRR?t64wn
XN0<0lh8ď"`	?<Y+N4|d[4\AxDA%%XnPuEt`ÔK1'H2*U1$	(*g9@&6ɦDbjK	(I q 
ax'<w@dr (
Jf2%Tʃ"dIZD'  "rI(8RѢCgHCORh&</͙Ҵᦜɹ<l4ChTGDE;`@NX2 -F̙1X#Y (:Ђxn@#p2t&:xd 5OTO6pA3! FC|ٰ*PL|)d#+YF:/@ьah	29TU FB8<Z@N@X	 !1F$
lm-5ႈb̙1/6ӂ0 gC#N1Ø^ɲ5,.۲<r̙7@8$`BI=!JR`!{KUЃqPZ`e$s鱺f{d_X`G
S hý>!Z	}agdI(D	R+bx-a]P,\sv<Xah)SA?	.PlTe<X: )
X+Fܢ̫c S2o<)vB5h#,aI50_[cXx<X BmġA]fܡ\Y&,pBln	7ʹ<O(\Y,LA+Aqր6 484)X-a2	:Mj<
e8`U|fLae(B	Qas-)f΂w 0MǁCr9s@Ƶ=043#yrD* ,  zs73	bYp
=Ȯ,Ռt0pW
Qjb% K#8:+:f1]MM<Uݎp+fP[u 10hl\s^MNwJ.Jq &f<)E <38g*k	wF|hJ!	bI ]6#hG!.Av^dDn
DWɸF	ƨY41J<[o]hhO
' aEx(ڹl_#`С`^\ &Ľ-HfZ@pA	Ԋ}EE(P#1M<L)iN,H`dF	,mAV)U< 
FD 
D`>FT|_(@LCXQ C
X(<CwP*6 ri\EDN 2`HC
D)̪	!/^ Z/C
gK
@C9S˜ $6D\]Q'v'މbbΠ"30\ n8X"?b0D
 9.1E_(2@ \ECFXR88y)";S0ПfpAFգ	cV>:/M?$C;	VC|cˤY|' ,AP#'2 9~9v:*E6UJ\KM-	>LMM$\2]ND@rFDȀ0Lxi@Q KC8Laleu#d΀W~.H(J︡-".K\fe$ԥvu<q&lHP;͓f4dxP%=&Z'bGREXQTRb0PI:	G;P4M&z.kfI^Ÿ}TVD`A TPB@L6Vm-cZdƗdf!qE%~
BdvHy['zcA7M) `A#B0S(HLJ.<0CHT|>7E rڝsԁF``$Y<"B܁6Xd<D:浨؋@B e0 o-Du, Z# I<x!LOلfDA\U|*\t@й)-Nƪdid^@ @sX"/8-!ÃHPtTQM7[
ߕ:`3@[DMMBbzkHp(d*U]Π]+d* ^:âB:a ĨSC0dA(ZVlB*Tj]y(ֹր"DPW_6Z4X+j\
1Kt-D!때B>Yd͓ÈHD),

ڛ:yD\ Έ@ʜ)gBf E$Y&LZmap.AX-xL,B\0B<e&BXg:P4&HւQrqE8Dtlu5@hB nfxQb@jއn!DCc&C:=b,Ȁ8AAix,>`9Xdl. U\E`]=GX@К-X@D!,$
aP)1KizٮRIksmT"a9.B9AT<4$.Tx"	//3?J	])tCҠNx 5,dC.X@D~eI5I=W(xK1LQ
7A	+-T> T:*),V4Pc28^+rD9E6 `)3uY
 M"!M,5`%f0$$+8H	_	;QaQ#Q,2-
%xCN!$:P5BtQҎK
`Q|_D,s$ϙN *[q*PIU <ǳ<b3gSȀ/0	3@13}yTFrv
֓])Lsdd]CJtJ0(J)-O??O@[t6SJrh-l1R,eHBf(-UhSTADWͬ
46شZ/NF| s!HA
C^iJC[FK(GsnЀߥ4^hs:rj/5gI[[ S*F.Dsw@tB֊JD7aG5-bkSJEdp'PsgG|mCPkH9xshT-2@
l!E`5ImqK-d	o&×Q*FtP7gX7up&B9`A(DpJ`]Uh7rd 8tH޷A.v@֊䯁~ f(08YJق$\H<4c.@v]@\nTwt
İmhň-\d-YP<ڇL燏kyxfu9F+3xuXIi*vzxƒ8

HJ
07LwXdspzXB9'by9;FĞKCH`Hs\#9SѤc-2\dyZ	"5'u $/g{+RXjS{T
Ab̺HX,kTiF<Q:7 `#;geT,l5zƐlv(/0C;3oǬ󤵺|a{H;vU6.RIE)sK{d\pL9]cHܜN#
2
y<W=`<H`@2vi7pwuSDBY,.,<y3[T|@Q5طS\#^vJ^E+ˀE>+:\&G^`B4)*Wj#^gHpp* 0nSu\|tE\  .z5<&&{{	XP!B6d=Kc.e<e0P+	D0~Y7/zS{\dF\@. ;/DnH D*Sp	aB5:bD)VxcF9vdH#I4yc| fL2MhtgN;yTP`

2eUaQ
6ujTX9Yț[f7rL3@ԒVٶkfܸjD{˗!B.M5khDܲªm2lQF}<hvi
Jٳi׶}wnݻ5dRn53יY2'*D`'r
آfѪ5~[~|i(
B$itBc2ڬڥNqCjG5Th͵~=E7ZZ/8+nkZ2\(+ˤFvC~(o3SŹ+/+\4ll,ʖc|t@ө`jʑYTCf2d!ܓ>$k&lqKyiͦ`ͪBLhGDP"'ߛr=f-*$*23CӲ q
IxmʖTK.sh jĕND5&K퉙Eǁs2ز*0i2($InS5JVːtհY*H0hLcWz/31aF rBΠUl]~cT`w'. hILk4'djlQeNgO=(
W\v0$]z3w}EXXbNVpeM|7kqrb灖,va9E<)
Wq8UNZa.Aԧt",<VݾemdySdd	p
-NX+j\aa5a
ΡqJN6WZ@23,
!ޱXM
Q
L(yAw\!ಇ;:䡴L
P`\p|qP <O 4Mu$@S
	*P`#Px2-(N@0t_YX7Xo+ӆFXG;ޑO%	3\ O(6,[@!C	J
j7$%20䖘`PZCeCl%4Br^(,iYKZށ7
F	0c,
+piGh
cxT2=:E;KmEM[BmF5EU:DB=Q}-QY"DJ F=$qVnj)y	E+YQ^4$|g4Kq oO	"
2MڡdcLJ;?ɿP0}kb'y%*D$t+ZЎE%(ECpo)VUhI_%H`Bx0u%t5uMq5[V8`-Np@&NV#JͲHPF"
ym&XQ$Vot@<ñH5j
 ;^V5p
zʳ"Ԯ2˰ 
4\Y7 c`$ZTƄD[^󆐴1-@QTH"r'R	oꢛ
Q |i
.Np-N;*QPQ9-r$G
V!Y`Ƞ[ZVhBwjyYb¥=G4e2HJ!4,pa((
a@.1DC(0[s&Qe	d*E ]AI4̨vB.xVgEb?e0NKgԂy(b$90Љ/(AJ 0KϾg˚@qy0s<lQoC.tQvH6WOs# Hqq ^EN$!d͖
v0qj|bCb;`^=Y,2l`% \GFa 8@ut0X
^vx86
j:J!Bҍ`QtSW_ȡU̝iB:SdwoK{o(~ [7r%کB
V FLar7l_.T(

т$ֻee(pH5yE^w36LdvaF ?ͼ'5 (	fJÙGA= 0̩`7KB8;C7h?I{#2	_Xl@_@)&#OwOB;'i&ϖҔ`?-Aԥx(s@dp<֌B
ހ)<1}
B
tr`vr"Zoj^@% RF?
RA	D
`|dDxR$A5i̷p!R@o*<ܬ
v 
F'XZ	aͤ0J`"0@`$)m&K'	'(\R zmnx d !(@p@OM/ R
T߾Q 3`
 *F^V, 
A4ʁlY-41#K&ΩȏLjmn2l~#e/-1"Ad<V`	
ovfd@JL oːePL%PQxF	Ư)zM̭sDJn`ޯ<$qmjOM"R5a gfaX*)< \@0CB rqtf# d"q"#oNѼ0	Nou$	\g$O&akr<rr.Xa(rr:(M&
-3(FXC<R,ك,F"ARa ˱HJ~'EN4Q/o);!#.MV&܀׮v`r8!|*l 
l1~@
KA,S$3O" iT`  d1,@ 2XPVQ
h(DpS@EN7r'`2p& &A` jڡ;A0,-(JA@2`*ͳ>P@4f	JVlc
$桮@?(@jˆq@
DsbTVYr P2QV wAp
(;Qkȱ"66QL3FyfaV@J=j ,`5 h ٘R!Km7@al&@iN
!S"DD/3ETU.B%5h%QdJ!OXh1U jcd .?>.RռIq£V0l*`!,3,(a)lTE-ġVMV#4N7 NyYV`vW9
`ZaK[&P˽B
j ER*,,N "$$w2(С;_;2<0_!< 4g{6(n GaZh*b%lg8@!d  <C ajnAe* +KA`MUG<1E<`_}n_s 4Ip/Aiub

bSjdШjMDd
 ob
bNdV5@$5f1sfi#f@
_Q`thx1(#ALpqb
bgG<.*%	 FJ&IX0@Ej\ɤHM+SbIVW8mm?5a JvmdbEtw6xآx7'V0 Ds38!r6؂ubwpr"\IKV}^#!ΓXD~v
C=t@w!x&5rx'l,@|	j(az"ҀL
dRKJ! pW8U<3mv!f`{w?s`ZԈ7:qQ``j@V^ڡķ
r&1tո[ZX>>bhq8OƗ}9}Xh`w= iٙA`sbzSva}l$9NGbĺAW9uc$ju8nUF`΀ y x`TBVF(l9'F` Add"X`U5PxYf\9>D"<3?[(]W5kz
$Z'\dO>hivI4R$bYbAmZIGu:'@Q܋gJn!hc$Kb}uQ׶Y$aگ8v{ffjZ[ Y9ft,˛l~t$5$[y	[['젽 t`~`X@۸W`Ė 0`^I{W$Rڵ@{Zj q`_Y/@IY}u	(1fOR@[Ͱ';'wxYNWۤ6Za:?e9 `u@a%OI LMQ689|ă<fN'[~vǛ! 7Z!bCPDƑ|'F`
@`_H	ͫ<E{Vs\S-D}ڈk e`ɯdWg 	$kܾZ7> a<(Ce9eL9_]9[`|aR'& !Mۖ7Z2bÑ!b[ԓ}IcIpv}_?4/aO7=̕m涣]ݗڱ]XDR]6Ga }j:`}{G߱6!n}<;C>&
G^I,,ZZAbfi>S A~{
E>3mObA>6}蛝~'E6=	=~ك  ս^j1OD75=^E(, ja~I?_OA;}GC^ "_#/_ݍaU7ۗOXw6LUa;a?/}5ymC =N>	 4H :`;`iDRտe# &2 , @^
<0:|1DE1ƍ($K<䑕,[|	3#6i3Ν;	4СD=4ҥL:}
5ԩEoa2fl \z
 l؋A!Ä,rܹt-ގCL	80U)<8!l;~9ɔ+[*ƈFkzbZTV\e3#n]qھ[^z)2pWI<̛;=.-5๷]GsL]	1) VۻGidVuH`X}>hb6k<@[ t {}Q@X__7eǢN c2HしDHc6Vjgyl/%#h߉(
V6%N"e^~	RV5V>fw@YsU%pd]L@|<FהUF
d/h.-6tp]iNJFvZjk	i
0G$zib~GJkB&K
[wx=魷\A|'eWJ薷nmE #Kh@kke8۲"R˪d`K0}Kp3;pv*? 9k]x 
/*Iؾxp*%GL3}yn"'Y
XtAgFtq	0`L#uRΒ"*@^
xbIvQI1<uܾ-)Hvmrx:@ᆻ@@3j?yB% ./HZwmUKYcvшlwIߚBN{* *_
J|F̽y=d Α X@8"/:馣ޏsr2N췻@-5.|#aGܣ[1XtC=ҝ.{sLw. k`* :.1.A"]F!wFzp(W2Ј>0{rhA0Ё5	%Eˠ8[l RL`ꡁP9~]cIK$<6)r4|^
m@<l Ht-NU.{|lb hHṔ
 G4P@	w
1sCeH9)O	[ta@dA(Fh#_CQߠ	X,ȑ> |o<
t0>ba JA	$B79<0_\2"؈4\<# x@/sh T7Ǵ&f1;@`X@* ܉ь*ѩ4!EF 02dI/GZ@&
ӽx;, x#D7 |@c(JuQ 
+
s 3BɉE# C$x[@
4.
 D+Qa@ F#PuJ,`ֈjR\H?& BH8.$k*.0,ï%j0aT,uvsGwR
wF +ɦɬgF)ia	nPന
R?_k[[V@}S3
w	1['S *͑n.:!m8Mo:"]7~XwÙ$JT1隷O̒X\IE {si#+여b!Gu<2a
 +CGKy0! <Tlg<`t\1&EcpwUb*(K%Pԉ3+<@ôEv`
KR8El\| ֘;[@1|aHne|
* XA;*P*حD#.̦:`FZq1{B3>@!L0OکǦj
>xMS!4dpkr؁6NСE3QOܦ
qCApj_[;vH:6#G8b?l9i.0$5A@0`q(yZkXNg˓o7s mC&@V*D!H.	X|x0~8W8Q_k <=5@AaaGX |7~ `I7yT0K 	5]? #"=aR&\ax)fn@; 4bw-`CtX(@%@̋xЃ_  9P1`5d'P򄈨a(;>nfd	wLn]@s9Q4JgVWOP }uh0hɰǂt	p	^'m P L@@i1^&.(zu TYAVۀvmOz
FT	/1gL*g u8	d apg`[%p4b<-G/x(S~	PD0}`apϣBHspzS31@RL@GmBR dbjnρ̈́ Wy`^ܐx K^;1X\  q	g@ _,q	Px	.(/J`6@g`ڦPa	=HsR9Gzg	T0bTOT `
vnօr(|;AI,g`fpBWڧ C	P5;v%E( 1BMMH
0`B	]p8h%xTx``
]Ɉ  @R z, HPBg1=aEq__1{Y=	6fpl1PgPU7Ypk 'PP`De,+P
 {e8^˙  83 p0@Y	+	b(`hHdjz	`	1W)3>L
d{l 	b ob$ʐgETlh vo2!Pp(NP%ML!I/z0
)^hM0	@  0҉WI\)@jَۙ { 6pfI QX9@_)` @aUZ#Q	q
.: r@ 
a
iD%N` }PNe
CT`<qy0Z0N;@M @
RٍEzXb	rJU HD	f`Zv$Pi9*G
93[1BYKQZn_(
@Jgg¨ :a#pD%2hWyȪ81	?Z 0/!fɎ]JP	Bp0RZ 1s `Yp>@ Fd|C0SpD[{!9 '˂ `RIᔶ*T	g[8Oz@4rH]	V٥vyA`?q[q AH#bpPdt
 @	:s'
@X&xX3V	D ։bab;Z`
prҭW.E# q2];wwCP}[`[2x1Wɸ`
 K`;hЇuq;ڱn737;J?
Fz0 ^ L:(H޹*gdj:H @mE+aXD 	%Ű
ZW ~'O`- 6;u <A$yz½Q S1T@zo1!ˉ:ДЍ0V6airIV]Gv$0ؚI_\z3p   E 0^"aJʰC'ar0l>'pX ; B	KTٚBE+7`ʱq
 gp]@.f958;(g0*$rO}  Dp	ꐲ\" '
i;0asX : Bٶip;sȽAcAA<Ky;	|=ac%'{hy+nٕ00`zIQ/}8İ\Rbgpw0(:
ހ@#p
;\L
qSmօm@!	=''gQ)v[*ثHB j?<h	0*g	kBgvФ[⼓`Po!  `PշxJPh=b&  I8TjO!]\9h?4,V96ذ/Н(0V*{ O;+t76@7׬+bec0GBi-e!\ue
3uqbW
[ 7<*
1A:gФi-(kM`& puy0{
A{DN_!ϸQa	ZG!>H
.5;B- ]B Rؙ7
#\
1w7)5-^[5.\N-vSI^r1V' u2v{x۔1H@3pf͕jmq=U+MَZ-P p	gw'aP%9QAnu]	 .j趡zw9%15Y2Kdw

	dH;	0|P׼`c 0u3ЮuvQ tR`X̃ȦB(ən::ͫPၻ9>kv0'pkP
1/iƐD=Q]X\Nku#eJB$0n	1.^Д?Z	6668@?qh\kS`t~}O_`!`>X?	ٮss +@x5BPB
-"H0-6"1b^&RF%MD1\b%W$z& WAEeɺT֥M>UTUML֭H5k7[!4+ZXȤvmrV5։Fd**U *hq*bƍ?Ydʕ-_R,Df=&L:te#k	aPzsvas:0T%p2d@u W-{ƞ="K#}o2	NW30!aC'O֜%K~de!\	ELhfLa`D`+/id`)R1?M˯DOD1EWd)u:Lꡱ^8r&x`
8
᥃6Z8׎$Ȓ\pZ4   8.,d{L M5դRF7KVa8BBG ("#nI ԑZ_D.#]honł!Åd0.<e
Clh`4W]wW_z&b|35դ TPh3zȲ"KH feh#ʖ"nˁe\!6 rqc:h-VΖ^	<3?B_xAEQH]QZ˛'r" d|Yh3)'ND̈́XVIb:hz3~MF9vHjɀ "G\uњFhKs= ];@e# j!\p KH A^zShUjɥ&0X@d94h%,yjХAӑccw x". JwwM,bBvp7H4|`!ľ~-۬'Az) NpdXr	&/b(<D 0qQ&G`@.00BIC"`!;ւ:)u*C# XHv4І7ġf8c= K
1SuQu¯Ŧ:)I-@н'|*Wq5^dlO[ZPD(MNI|MhA=邠(TƁCWP
4cK9tk˂QF<!
(Y!CM9De*U7@@9D_^jZr#Y4$/lQ]f{m#/6]nYPa/quԒq !ZPy၈ X 
$2a` (%
aIRe
tF[,CJSҢŨ5,Wc6ݛ@I2 oܕ4i'_qŲ#U/HFV2`qc8)1F/_3F30f) A2`K
Jp?2 %TdXK\8U<F8
)"`!V)3:Xv1,%Fdj9Оv,ȳbHs/JR-.f/$^#4ixI@&
W5J*"8 ,e7]υn0,$s	F	
"c(` Êּ5/bQ1$ܫjTӁ5c-0
HAHة `kОlnP<bgqc0EЇ\U*`!#Р^j`b$wUʋ^7dbD 0"\Fir*2 /p0HA0ILE&8bR z%nV_WvSebI͢xE9
4wŇnHE8!RǗƴ[Wƶȑ8פ']Hvc,{i/5 	Tml,Hy\ pcK|
 Jg:lJL\ `X
F0%]
LЈh:x? Q=o_`<ile
M6\h$Lo.zRfsΈlK 5NȭZuM@}p3ـބ\Եh kMڭ(wD8T{CAj` 
A	
Aht}Y*T(U=uh
p-l$ږGr/w[6&<cW6sHpSLoz I(d\N.s.	KCFah-IқwKG}e^,_s+w^oCiKsd%[ovh AN/$YWWFދq( 2/_`a2Dc#hHF `p uļ#cbA $hWP;900(!ozx"\򭣉ZX.+_RZ36sqA<ZCZ  o[PhK(?#"a=5 a:/xB@&/)!8sK8rXa	7j@;!!$鞑!m p@[|M* cPxRFr!!4N,[ $9#権Ӡ;3"-T>b0/9 !SÆ#r	<t=gDAB
8pyA:+cBх
BM
NzD=P%{28r @..5/hz5&#FИ3Cp԰ux>$0ij1\B+Pĵ Lb)'Ip1w,B V!Ǣ:bE}찒5&k2?iµ a:3*]\X&{au=('1E!9Hw1@H S?HPIxb XXt,?ask2GFȹ+Ёz41$K*>*H@eٲa&"YD@Pe"^Eט@#dʦȶ
\
dl{-LSl,Üe(Nh$(ɞԹʼL1$TJ~8TSeg5(9^z rˁńt$$9a$eY&5d;XuB#[DKlI4̾@{kh7jȜLLQEQpq0{ *>w!(2} ]{\FiHP;`{ cEgɀzQ^X[z|ZڎQl$PHQYCG(|\7q+
'P37[ү/8Ը"$&+M--&U%qZ*
3pS<=]S,?XGHQOE-pTHVTBJWTp E;[ݭh&*J"	jh>|e>3PU#/k4@VTTQEb\Cj]Tm߉|FP "é`4	;[Ri<8
 q \ƒhjaFr1"r6O숵@ЀK~5Q\։mVX_(D4jMԏ֑[Q%)" Vof%S=@h9 W͒퍣ܒ0I(>S#C]%bӥ$
S<J*c6Qkeԭٸ]Iu E2hX\*PSEpg٦9P|a×үp0p5\%y .mHү^^_X2S4.ӍX?]Qo0X<@]V IJ$cS	uS+ٛ-FJЫiUi:
-I;u*P[E=S`_[ԭCEX ߶M Εn]7q*I$%^Y[< /I>L&2O
aX K]
>xImVIpĄ8[[DQ@F[0Y,

ED32pZ
 >:\y}6""1 cא>ShYIb~wCĔH1=?PiTcɴ< JdA6(Yo=D]F
G'JY*B~8Z+c>Te=4g/?,VwAsBg旬Y6DooXZ(t$xGL<懖YFhUU1h(*p{E*ᙖQ956,^#)2y^<=*@՞i} {l{A~]B깘x,fF(71^kgtŵg:Pۆ0u+i\NG&l	j!apie>g:b
ܾˣjnDxįӮ[nӂ
(JUc&!jcp!$eÜzIЍRVg6VcR*xaF36kU<Cl؁΄k:
TDXkCf6Agm[۵ipHځ\( 9"z#^E&"p8\(\i܀,ƻXluiވ@!oʻ]`̄NR:c7y#'
&kэ
5UhlkF*,5~EؚZMyX gn)jgzg.479 $9Ā6lk$t!Go[+M	=%҃I'
Y}\dipNŋ"Kn'Zr좊p&!n1&p86p_N p&x&i:<ό>@ۮB;X!-FRcrkaפG
hNz8.W	uȦHOԿȹC\,g,nOl +T0 ]ߟφ0y.IKQ4Irqw8 X`9:bn쒀-0'VC]ZS2p	u]˚Z<cQ;xx y׵ h {f1б0#/ZpFpZT;"Lp3bduB/,13v*+>5	d1|W(jz::L)9}*/薷}
'2d
tSድHgh2uOzS%uvXm⦕X\dO
?;Wzl'z'Vѓr2!Lp!ÆuIɀCfEKǎ	)r$ɒ&OLr%˖._)s&͚6G(F>
*t(Ѣ=kt)ӦN%$&L ʜz vl=fsQ!G8,u耋SYZҺ~뒈TV/ \8 'c~q:Zn3+ғGē)Eȑ"Q.fB#0%8..UT .65֯cϮ}L<QOy[-X3dt=FÚ9T2	 :sHFB-S~9h_ei5RHB.BPO-Vx+
pw6iB;2F90 72O#'x@	K4
tMSRYWt';ex}y_Df$9hpI/rLKPTQaLJEfa6b?2A\SNg^w B"%6HԠTː6M@,!\OvêNr,Q,ȨI&=Vs_%C'2[o_	!tO,z(.s{ Gf {>FG2oa(qB<Ud"C]2۲/L\.\O=YTҕn&Vx՗07AeଆRqWĘ΁g=xv)kTJ&P|͑xܱ0(0ެQ <0,ǜ/.a4ςYV"M[tiBQ\b5+esx@6TjkWyHP<TN#S$.@=0Cx4Q0Ѭ㓏%@LD^َ89x{7]5=щ> 䟴 \:u^:(\2;9z'J)HFxP&
(Ap!14A$F(sR
N"(hxB6 `@ E.	~tOr@N#A\3bLSJ26u	?c	T3xe4P;1ً,TAgCYՕȆ64b5t>Дl!@# L"xW2)-jIXGp3KO`$L"GO>iKH׶jTdZXoz(`!X&lmd^6\3 yC_;TO9JdGh0GNJcULYC"4
)IKYвtlL0`#ILf}si@Z`&5Op"UL<-?EIHs1`q75Aa{2*Ķ3Y1T#J20c
xNDB 3LBv$*E,$<GB ƌC&Aj
^j&GlNKCct55fԞx[P-h^-:́i8&U1P !*&fPW@A1Eg `р
0ADWb- ,XxF,M 1a
؀/+Pd}1k&9?B='=Sg I^PAb."S<l72JUbY![Jyopt;lhN 6_.|2#[Pֲ/hQ B1qbNmexXU?=R_1)MycQ4"@Kx ",
.׊&DIN`U0n#)rkm~ܥ}s
FM:=~s;R9"rKIO@c; ~9s(J42mA{-O}R@S8AugJXTz!F0!18Le+:8J|b&d`$a9jI*A?fRYϥ\ɸ%JV=61F4[l
) lT/pJZ8xB)[(A4ز=fYaVT\fj#
NPnm-as۽oᢈr!TR;.;]yo.[1#!Nՙh$*XJE 8(Jo>3~ZRV}

))a
tt0hۖ<I|׹ЩsiTt?h=旉 Ï+$\ \-.8 7An$
X~_Z۩-%@]/gIQPYE̤؜(	aͦFU@C(]C4 D0 Tlj]J./f	gL12[O@@1۷`K%<][~%P)˼hZx-A;З4%@E{y5,  
 pa(v݂L1M1]GZͥ:%" v-N!]  @04 ,B#h.aCdM Ť2ԁ'F'b8#Ue;"14=xAd_Yr0[^nSX	㼃_sTd1xCu'U,@@;?XH`MHI$"_
X`3(;
 MO$VO4ݠl_r
HDA:]@X B <c;<.	hV(	]* x#dZ(vd5QgTMcOԑlP^:H\Q"%॑`2\T7`ffB@#8>^	\BEGj('p&$83EB.!Y͡lKA&&jbx ,M&gv%e6"Bi(f{'Jb"ɹbnϝk *4.G sǼ@Sn2\$C5@
0XgAeB(BpI牢hZ#eUe'x;11<6A=gpW
ݡ5Ed %$1%Ε Bhd4B!'<C
 F4 '2|@陮JfLM=':c~P"%)j$@8lX'yP5IC
	,ìXb  T ۨ&zꧪe9gUQP쥶(x 
ݟS`1hc*,@ 0x)9$@pAzRkk"1\Bf=&h)o&p"ڪ-QՓ.Ȁ
=1*Y"^~ٯѧٍOĎbvI.4*EG3_Ad.
QC.X @-@)i Ѐzj&):@;2B5A=sbljǒ6LCSHiކ\-k͕&D0|+,x<g^aG$Cmڭ~b-Xï邱Қ"*Ikļ
 %T"d'!L#`mtB!@&ݢn~8L->#H	ZmCBfB#`	(RbEDlro1/'0#2c3dI5i\] Jj;1/L@y doG zo;0.,0K+MN/>n[V-<Ac.ҭ)Y,p',cRe:iO-V>l	\, >@AC0`h:.+$pG-)_m oֺBn|eb
g/)r!ۭ-ieQh#;#Cr$!Pr%W/@)h&,.4@((rJl&%r4D+r,,r--r..r//s00s11#s2+s0 ;       cREVGeneral    revUniqueID  
1119004807443  O    i        V     cREVGeneral    
bookmarks   revUniqueID  
1118845528873handlerList   prevHandler   tempScript   script   
  # unregistered2             Black   Z      cTag  title.regisstertt       cREVGeneral    revUniqueID  
1118845528874     Registering Ten Thumbs! 
  ' unregistered1            Black    y    cTag  title.regisstertt.body       cREVGeneral    revUniqueID  
1118845528875  You are currently enjoying the free trial of Ten Thumbs!  Please register (pay for) Ten Thumbs using our secure web payment system.  This system transfers credit card information securely over the Internet. Alternatively, you can pay by cheque using our in program payment module.  Simply click on the appropriate button (you must be connected to the Internet to pay online).  Online payments are processed immediately!  Also check out our online updates facility periodically for details of software updates.   r    `    @  z   
  T registered credits             " p    cTag  information.regCredits       cREVGeneral    revUniqueID  
1118845528876
bookmarks   handlerList   scriptSelection  char 1 to 0prevHandler   tempScript   script        :Ten Thumbs was brought to you by Runtime Revolution Ltd.      { To check for Ten Thumbs updates please click the button below. (You must be connected to the Internet for this to work.)          Enjoy learning to type!   c runrevlogo.jpg 	@       O  T      8 JFIF   H H   C  C  T "            	
    } !1AQa"q2#BR$3br	
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        	
   w !1AQaq"2B	#3Rbr
$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz   ? ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( 
>.  6Kd/h_\GռY&j6}ψ/OhLuwZI1,?j /?kX _+h %+ q5aa_6QNs8SRWm?jJ	sBKz$Y%]f ^O  Wy<!OySZPMůy a׭$G&ge]0W5oW?d4G?? >|RWs h~&Ang) ]Vz$vx-Al"Hn.7\7R~~> hog>QwK,>H-6MDu+ַV{kkt&?Q?*sX%E`1
Vz*)ЪNSiye%.3U+Er=a8:R囅R[啿+	 ڭß?h	-&	tدLpIwMztx;XBh.R
cs'׿H ? ds㧀_H7MAٿ7PODT<_AºG <Mk߃oieI !	G|m{U#~%4;g@Ku#Xү;=CNY!$u  _'%_~?'!Em>)(cXlGėÞ<:|
m񆍮=&ѡe/,<43ܧٽJ	e'f
+Kkab^sEҩg_w|.ճ$a]bp[rtJ*SRT#J<,̢n?tMO?~j ­|O߅_YwzSeiu9L֬`}JC`/  _?O>,a9_éh1tY.fBMVl.?0kbiU:ˑV9ʥtsN
nJĵxwJ8tTF7Rnr5pU)働	ƣ? R?i'Wb~̟~|n'I_ׄ|cxT&x͏?/UCy+R;_&+Xd	y
)짡^׬M|;	E9iW}-4մmKB?-]>X1Y^[ ߋH :co ~(KxĿtil-.حkI2#5ᖁ&HӼsx?mkC=>솇-ŭŪZ
=%Z:xiS2i﹯d)y]<>uO7RfFPSpv]J):.4ύ,bSN,$MCRBJSԧs1Y <i~??5E𿈼k~#KmZǉ-m=_Aե[mRyUl{|c)<o;
 ch{f|;/x#?'_ڏz߅[xMǊ<
kDռyiRKkP*M03?{n  D ^`CT:}Ye̰0ⷄTփdF+8~I^<2a)Pԧ,U^ZW~!f83U8 ?e6][طOi~9*1'jEo5m-a-䶒I z #}o_O
xo/Ú+s:7؆͙8iR"r:,.faGh¦#EBqєބZJLˎ3|vUx#6gMEa'̝jE=4_̯{
 Kko	~˟
~*woٗ_5B_&w|Mt?>6񍖉e^d+m- ??~/־ªv3)˳/.ٔ1N)f+'
%YVB8<5lDISK)dkqxjX
N2kbgN~ҝT^SI(i
mJ>k_GG&@xGC-k׃O|Hln<eP/t_ {h#-gQFriPk	x7?5 m~ x&m[zWtIkƱA
 ) "clk8jip fqU#0=cn]ITPb)R:pSoL|[BT+ՍE]J8JڊuqTt_?ǟ ixK֩O^'I7{;ƾѴ;Zfmw5{{ QW_u?Oz _{i-вim"[ELBgyD3а_oqf9V;
U:|/£<o%(1XU!w59l+T)K3Rkʏ4W:Tglާ k ~?|?|A>#oź-u/	X]G:ޏ eZ\&	Z
֯7WH- ه<hzuÚG`n|9k;=nIԴ}Nm6yTT"\i犮u_'įjlßNthlu_ 	F4.HYS^Uky#
 (?/ %W9~[7ai*.gF9v/2*XhNn׍([oS|p|XN;sM4Ԫ-`5l_ku''cs_֫il 5ƻa}cXu uLl-mu_
<Z}K{
>3<<o=_vx&~+{
XO0xSiKRkC"<B-n&L5a~r89b1R"zͬEjз'$1ζJ4dNUΔ?EQ_{EzO]_z^k:+=7Iҭ&uNDVVv\!"۵&SbI$mZHҕ*ӣFJիT*TBU*իRJӧ:Q"&Hբ^&ZEuiЋ{m+8oa .uKDW@NT%$5th*ҩFJ5`VIҩ	|PNN$GK o % G c \Mxz*_S?ҟl  .?g?7X ik=gkW|Cc/uCxf6ay޷M#BbںDRF oڮ~>zxV6:nRB𦉤i~nDe?jvksEo$qOoO?~?gokwo
Gžoox7Zt
o׺MK\!ӵK	4>Ksp4MA%Ok9<GÙlq8XhX>*TBҭ^2N<4eCYieَ*88RJ֣RT*U}bsvMNYԯ-4:P5{++yn/o.H-m--`I'Dyf8ѝ? W)=d<sd4$ey4?PԼuOK"oY5,Y4)%F6_5o^%C>3=[f/uI
'Q׍nM⣦@hլK wUn>
~Wu_{~?<aB;kh<][E<>OڣeUQe0trDs*'V'aC
C,`bqu~J&i:K:eNjW8x/ձ>t9eC,i5+\YY̿3`!ةԪck"~ο/|HVZG ږwHL\SEhNO	)|*VC7&|;ue׈4iCYȖĚOdq!գS>/&3ⶃQ Rm|R'~~˞b~G$Gm'ŷK
麥Ν%^(e[GDhƊ*"
*   _ƹv23<KX<r+V8q)CB|=J]\C[k#
|;|	w\WƼa<e爙Dkς2GG5p}~#αy ,.N<"?)cW} [[^ I;x. k[]Z6S"	U	wXVHّՕ5? bTO2ygO6%(v73:/fB2a?U+wO% 
xqAKxf I6px]Ƥl$KK0L.n#C"}~_ng{<㩵/]&CwO]kcUYHv7;FY-OF,5^uP,q<-.焫`x8ΝgSUCeP^)TTT/A	Q`*qn'K4=GeQ=|O
s&
Re5 i7o M?Í*^׉~kמ2\^!<)sa=Kc^_ZsZ2d)?n5?>ݧ?׼/ o/j(ͧ^COhpkxh?ڭl|5{5' E}xOo7|mLxSK7]ɡ㋯../.DA2WѿU?gk׉[[7OiմijSN)x٬gD*y~/OX\C̰d%6kJQ`04
3Pae]ѭ	&Xea}Ղp(֕L%Rq{:5
&
 +?|:RjGI TX˸u6Lms[Fm!'x_s ~ e/~>&~:<qk>.4CQ.:i}S!Sb0_?` .7u~~d5-<K?^65_<y%5N-:i'<=kާ+}VmSE5xY,}<rX`'qTd+tp
N:q+ϣ)洰NK%zR:2:\)Jq u+ ??~/ֿVn)?a W6W/S</x{V4I⏆>:ƿ>bgaui\y:]g|?aO?mj?4xi-MY뷲_KrYaxTw[XKDLsΩ38gpÍ*UC0򵈥N5%OJf,lp tWΆf9IJ#2*7 aug
@GO
Q)c[tH7S?<m=l_sJ_	4{ 9)wwNgį_i_~eѴ_g\k-[¾׵D;;A
4,q^MoKk\g
RT=YmzZG:ʼ	G<?*^Y(ah%<K^U|6&t!5)MN܉;D  ;omh c>&}`=Y^ĉ4}߉Qu*Z2#,ǧԄ.c+k ^?' OxkJѾ	X/J4ԛQ,(Б1?ok2'|=>6^=M^m*TK{9.	Q5Ogׇ8,*x/K)Sf.q.ZpX\xu8reR"Qx}O/xMƍ\QP`hּ5MRU9eyǓ֞
඿xlt_ψot:|{M+>6m0[@ 
mV$h1UEQ v _ޟk +;"~ G_W=sO>&z};ot{]>S7xvW[_
Zjh4VݿQ߰o 7H}s#E]KF>:t방$B| 80W
p9ZyuO!,F.Kj1J:k1xӕ\-GW	8UPg_S+5hER:U1MR.(%
u_  w _No|])hgMqxY>B^YRu?{_~n 7???~⟇	߄ ~7;^guf6k),[)v_U<w* _)Wf5q،1ц2^2FZKU:UaI:nr%|)ᎧK
TK
7F
QJ1'(dQEGS__V'ğ:͉U|cGÚl*CgM%6TLHwTT
JTՄԃP\e(:8^YX
ViT_
^i:5¤MsE]5}?`?nw/ς lO×?5Oi|Y7]-յK$ծz."M=_]~7)ڧ:CQ$񭗋<yk3>5]VtC@@?_^-3=ǎ|7dž%YүdNWR.he(긬U*Qc`V4#<NRuq&9Cf~$xǘFuq'
NaVx6s20'SπxxƆ[V59A:܋tpo+_<cr(L<C9{mCU|il$̘Sv%T Yt+Co/\ږf4frJVpn =d?Zo6񮑥|<M- bڱCcZ{
_:m	2ygM8.VH|	~>~?n kz7¨IlFI
XH @e?KmTž䴝:ibagXÖ6h^S峴s^ξ	ʴ?ĳMgO+JsM^FӜ0N|Q;j?ÿaa^:WxSOC^|G/[/izډZC5մ72~I~	btӵWU d 7nfۣI i˝5g<q}{5Csgw
C+--QV|]__w k7$?e >0o7Yu{%S=k^oUD{SUtDWyQA ; uQ kW}dxCGG?f]y<3kH3u}_>gF{W&fPCaxڤ
 )pFE MdOgXmpӟK
1*8[XZRX"ٵo'+,<J]xW99NΝ8p.>_dӌG R b[
%m'Z쟱me$AM/dzăj1
5 #\	&|!_]&L<)Om[\GS:ΕuxI5O\@.uMF 2r+
k @~Z]`Z4,m2/.6Yhk{y!2'烮#RX ,J㏣' fy؟*efma5bSxTT{4cY?[ƸGBe<`r !U^?jpt{9CTo^+g_?o_k+ߎ?<Y>^<]%xXѭ-5!n5K	bXyܺ\k3 kj>8	toZëhMc堼:}ugelzE~'oc7 m~
A3>,N<7?7зjmͥnV ]O	k~/pqfxZQ5ņ[XG
-%/ïk!Bjwa}2z8gɉlnckK8	)FFuu)V8iaӏXW?kG
e(b2j]G<5)(G(N/!?T,ϧ|\lOZ
&=7O{\k:mƁLt눡u-:mPaң)Nz? jO~-ֵK	mW0?hi~y+	!~ T_+ |u=+L~ o<Rj/.m%ml>}ϋ#.ROg4U?_ڿI I>/2i->$|5F+1gcac,H4EFFsùf[&Qtq 0J.\piFSķJQCjOU(ΦT|۸b/9^ZM{
}ӜK[mƅ ~1iN$z>Qaxi|IH?+ r?h_737ӼI25;H|RWhvHMn;HnL^^ڮ?g]CW WO% up:j|5̉-̱CF([_K 4|4eؗB|Y~[2_Gq[7ŭu7K\,lX⸎x0^,f|TgKRVx7ZRW*JWRTRsia[.Zg9vp)4թM&?8COk1 gq kMC? v S:?xo? ^3֬<7 "gEL-~+D^gu}y1EoA_]QXk:7>|j&-[>⦣[)#KOhw 7Xt/rʣ*tX0LgZCITeUE(+{[S5)xJ-J4iڗB)ӗޛH?Mg? O؞  ?  wR??3
Zqmx#_h+MnN~%/ ae_<qg]<pAYx[St # 	= g-}VcJ׃&ժPͥ*U`TQd$kTy8YF`ԩ*NֱgJQ{J-}Կ, x5W?6Kƕ4?WA> 7^1qgǙoU˯ef?gǍ DgƯ ¯dQͩ|Z~&|3K}
֑HeB9.5X'˚'Fm\Kc.r*JjWϨFs,D)Kq1mJj 崰k
H,<M_WO±^j~AX{\+q~}qCȲqܚ	?
M{?8xIz}#FзٞOH^#(?Hmk; 4G~OSxWvi/⾘(Cx|%Ly6ƽTk .W ]gGoSkcn,> O^eUvx֥
L8ݚ?S|F-v",eܶ2upU( ˊ\M&qN'!NQ,L0K_ލt7zj %|i;]#ş/R0Ib཭LFO&*O
2 D?jTS?k=GLm%w[i $)"qH|b
^%q]*o<n9]J]]֎IhG<!'>ʧ%iJIImg,Ef՞P+C((̟_F%?x/c|g>#Fwjou'IKJYu{d{˓-o8	' FC ~> ¿Z(ƜcF)R%J#N:yi
tB(QbI$<d<)*e)7)JX+ܤ&oVۻzG/~w}þ
CM;^iF{g{m3I'v2$x~<AwDwY>GKk^ch֑qaiZ^A5<RV뺵wSںr7?u/9{s{׾fN^NNUn^^[[r?&  %fI_ TWyE#X
HH#p nxS 7<7_~_<;?|/
/Zm^"mhƝr0ojV׶s9Q_4WKxp9oN,5%	.YFQxZm8NXKI4X*iiWM4kTQE|_b?%\Yx{-ό>x]Su{C:ֳ 8o&|{iC.dB ?>׌|*ÿ|vQkCyC_NQO.H#Z]R(WT+O2?1QjԾ_b^5R>c%,Z'*׷nfV{_ozߛ{*~ן٪<ӗإK(_XNؓǛß
iϊ]~)Hu\IKlnI]u+-c,}c~ֿUF3>,|=gROO隢}]H5+P}xIc[V3/fU1(RbS)J<.&U]l<(s(Ҝ#NSNMUhG
Q
JiM%9URSQJNqnI$۲ *P      ~  _6|"ŏq3ǞݞIu~/.]Gkdv6Zֱwk}GQPXTkTOJXRSR1URg%$tT9ԥNs':S#)R9I7	8([M{ eo[ӿx.?Z]/e:i	-/,6^giv{^>iѡuF:&x/OѢ%o48cҤ[n,AeGpu}L.SNLx*UVxl<PZΤB۔lFZF5(ƵhӂV0J0Z<bbڊI+#Adm'?}7ƺz">75+u,[Sc5͖z&?ZWVIyr|m |= &Qo9Ķ3|afk
'6=BdyD)}ފfI,XCIʓ',[
-mԻ7h%*Y,:MPIK%IG٫OV&|3_ xg5{/Zz,2@RTb*/~|}O?
|)xׁO	xKDXIYf9T%WvW}Esgob~j}[>}cs{/o웧y}9t4TpܞG{>nognnNd~^mm}O߲8$όq3妝y
cRwqqk:Gkiq
r(5j;Rnk /|B/Zο̷.tXu;$,%m+z+晛C{ӤxPbOmK
S7g\2,=FSi'7QUstyTs5hͩ ?fm>|0?5Ծ#xOAMB9'S^Emr"(vD(Q\،N#Zx]zجEFJZT"V91擴bISN#N8RcFvvZ(İ( ( ( ( ( ( ( ( ( ( ( ( ( ( (       cREVGeneral    revUniqueID  976823605720  d New Graphic 1   K  	        M  V   
linecolor  230,233,238    cREVGeneral    revUniqueID  976823619312  e Go Back To Help ep @on mouseUp
  lock screen
  go cd 1
  unlock screen
end mouseUp
      &  "   cTag  action.backToHelp Go Back To Help           cREVGeneral    scriptChecksum  ;GJ>6YVrevUniqueID  
1024001899077
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  
char 51 to 50script 4<p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">lock</font><font color="#FF0000"> screen</font></p>
<p>  <font color="#0000FF">go</font> cd 1</p>
<p>  <font color="#0000FF">unlock </font><font color="#FF0000">screen</font></p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>	       h Log Out ep_on mouseUp
  global gCardNo, gPrefsPath, gFilesList, gDirectory, gReturnPath
  global xnum, dva, gStudentName, xadverbs, xcon, xxy, xxx, xverbed, xverbs, xadjectives, xnouns, gRetakeQuiz
  put false into gRetakeQuiz
  saveUpdate
  --test
  if propertyGet("sessionWPM") is not empty then
    --it needs amalgamation with the cSessionHistory
    --first, do the wpm
    --breakpoint
    put empty into tTempAdd
    repeat for each line l in propertyGet("sessionWPM")
      if l is empty then next repeat
      put l&comma into tTempAdd
    end repeat
    delete last char of tTempAdd
    put average(tTempAdd) into tSessionWPM
    --now, do the error
    put empty into tTempAdd
    repeat for each line l in propertyGet("sessionError")
      if l is empty then next repeat 
      put l&comma into tTempAdd
    end repeat
    delete last char of tTempAdd
    put average(tTempAdd) into tSessionError
    --now add the total time
    put propertyGet("sessionEnd") - propertyGet("sessionStart") into tSessionLength
    --create the session date record
    put propertyGet("sessionStart") into tSessionDate
    --add it to the history
    get propertyGet("sessionHistory")
    put tSessionLength,tSessionDate,tSessionWPM,tSessionError&cr before it
    if the number of lines in it > 10 then
      put propertyGet("extraTime") into tExtraTime
      add item 1 of line 11 of it to tExtraTime
      propertySet "extraTime",tExtraTime
      delete last line of it
    end if
    put it into temp
    propertySet "sessionHistory",temp
    --clean it all out now its been amalgamated
    
    propertySet "SessionStart", empty
    propertySet "SessionEnd", empty
    propertySet "SessionError", empty
    propertySet "SessionWPM", empty
  end if
  
  stopMusic
  
  --Finalise the proerties ensuring that everything is saved :)
  propertyFinalise
  
  -- g savepath no longer relevant km August 05
  --  if the fileName of stack g SavePath is not among the lines of gFilesList then
  --    put the fileName of stack g SavePath & cr after gFilesList
  --    if the number of words in fld "students" of stack "choose" is 0 then
  --      put g SavePath into fld "students" of stack "choose"
  --    else
  --      put cr & g SavePath after fld "students" of stack "choose"
  --    end if
  --  end if
  set the directory to gDirectory
  delete variable xnum
  delete variable dva
  delete variable gStudentName
  delete variable xadverbs
  delete variable xcon
  delete variable xxy
  delete variable xxx
  delete variable xverbed
  delete variable xverbs
  delete variable xadjectives
  delete variable xnouns
  
  lock messages
  if there is a group "animation" of this card then
    send "movieStop" to group "animation" of this card
  end if
  stop playing audioclip "quit.aif"
  send "preOpenCard" to cd 1 of stack "choose"
  go cd 1 of stack "choose" in the window of stack (the short name of this stack)
end mouseUp
         !   cTag  
action.logout Logout           cREVGeneral    	scriptChecksum  ep	p.hbreakPoints   handlerList  mouseUpscriptSelection  char 2664 to 2663revUniqueID  
1043355063696
bookmarks   tempScript   prevHandler  mouseUpscript <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">global</font> gCardNo<font color="#000000">,</font> gPrefsPath<font color="#000000">,</font> gFilesList<font color="#000000">,</font> gDirectory<font color="#000000">,</font> gReturnPath</p>
<p>  <font color="#0000FF">global</font> xnum<font color="#000000">,</font> dva<font color="#000000">,</font> gStudentName<font color="#000000">,</font> xadverbs<font color="#000000">,</font> xcon<font color="#000000">,</font> xxy<font color="#000000">,</font> xxx<font color="#000000">,</font> xverbed<font color="#000000">,</font> xverbs<font color="#000000">,</font> xadjectives<font color="#000000">,</font> xnouns<font color="#000000">,</font> gRetakeQuiz</p>
<p>  <font color="#0000FF">put</font> false into gRetakeQuiz</p>
<p>  saveUpdate</p>
<p>  <font color="#68228B">--test</font></p>
<p>  <font color="#980517">if</font> propertyGet<font color="#000000">(&quot;sessionWPM&quot;)</font> is not empty <font color="#980517">then</font></p>
<p>    <font color="#68228B">--it needs amalgamation with the cSessionHistory</font></p>
<p>    <font color="#68228B">--first, do the wpm</font></p>
<p>    <font color="#68228B">--breakpoint</font></p>
<p>    <font color="#0000FF">put</font> empty into tTempAdd</p>
<p>    <font color="#980517">repeat</font> <font color="#980517">for</font> each line l in propertyGet<font color="#000000">(&quot;sessionWPM&quot;)</font></p>
<p>      <font color="#980517">if</font> l is empty <font color="#980517">then</font> <font color="#0000FF">next</font> <font color="#980517">repeat</font></p>
<p>      <font color="#0000FF">put</font> l&amp;comma into tTempAdd</p>
<p>    <font color="#980517">end</font> <font color="#980517">repeat</font></p>
<p>    <font color="#0000FF">delete</font> last char of tTempAdd</p>
<p>    <font color="#0000FF">put</font> <font color="#F88017">average</font>(tTempAdd) into tSessionWPM</p>
<p>    <font color="#68228B">--now, do the error</font></p>
<p>    <font color="#0000FF">put</font> empty into tTempAdd</p>
<p>    <font color="#980517">repeat</font> <font color="#980517">for</font> each line l in propertyGet<font color="#000000">(&quot;sessionError&quot;)</font></p>
<p><font color="#980517">      if</font> l is empty <font color="#980517">then</font> <font color="#0000FF">next</font> <font color="#980517">repeat </font></p>
<p>      <font color="#0000FF">put</font> l&amp;comma into tTempAdd</p>
<p>    <font color="#980517">end</font> <font color="#980517">repeat</font></p>
<p>    <font color="#0000FF">delete</font> last char of tTempAdd</p>
<p>    <font color="#0000FF">put</font> <font color="#F88017">average</font>(tTempAdd) into tSessionError</p>
<p>    <font color="#68228B">--now add the total time</font></p>
<p>    <font color="#0000FF">put</font> propertyGet<font color="#000000">(&quot;sessionEnd&quot;)</font> - propertyGet<font color="#000000">(&quot;sessionStart&quot;)</font> into tSessionLength</p>
<p>    <font color="#68228B">--create the session date record</font></p>
<p>    <font color="#0000FF">put</font> propertyGet<font color="#000000">(&quot;sessionStart&quot;)</font> into tSessionDate</p>
<p>    <font color="#68228B">--add it to the history</font></p>
<p>    <font color="#0000FF">get</font> propertyGet<font color="#000000">(&quot;sessionHistory&quot;)</font></p>
<p>    <font color="#0000FF">put</font> tSessionLength<font color="#000000">,tSessionDate,tSessionWPM,tSessionError&amp;cr</font> before it</p>
<p>    <font color="#980517">if</font> the <font color="#FF0000">number</font> of lines in it &gt; 10 <font color="#980517">then</font></p>
<p>      <font color="#0000FF">put</font> propertyGet<font color="#000000">(&quot;extraTime&quot;)</font> into tExtraTime</p>
<p>      <font color="#0000FF">add</font> item 1 of line 11 of it to tExtraTime</p>
<p>      propertySet &quot;extraTime&quot;,<font color="#000000">tExtraTime</font></p>
<p>      <font color="#0000FF">delete</font> last line of it</p>
<p>    <font color="#980517">end</font> <font color="#980517">if</font></p>
<p><font color="#980517">    </font><font color="#0000FF">put </font>it into temp</p>
<p><font color="#980517">    </font>propertySet &quot;sessionHistory&quot;,<font color="#000000">temp</font></p>
<p>    <font color="#68228B">--clean it all out now its been amalgamated</font></p>
<p><font color="#68228B">    </font></p>
<p>    propertySet &quot;SessionStart&quot;, empty</p>
<p>    propertySet &quot;SessionEnd&quot;, empty</p>
<p>    propertySet &quot;SessionError&quot;, empty</p>
<p>    propertySet &quot;SessionWPM&quot;, empty</p>
<p>  <font color="#980517">end</font> <font color="#980517">if</font></p>
<p>  </p>
<p>  stopMusic</p>
<p>  </p>
<p>  <font color="#68228B">--Finalise the proerties ensuring that everything is saved :)</font></p>
<p>  propertyFinalise</p>
<p>  </p>
<p>  <font color="#68228B">-- g savepath no longer relevant km August 05</font></p>
<p><font color="#68228B">  --  if the fileName of stack g SavePath is not among the lines of gFilesList then</font></p>
<p><font color="#68228B">  --    put the fileName of stack g SavePath &amp; cr after gFilesList</font></p>
<p><font color="#68228B">  --    if the number of words in fld &quot;students&quot; of stack &quot;choose&quot; is 0 then</font></p>
<p><font color="#68228B">  --      put g SavePath into fld &quot;students&quot; of stack &quot;choose&quot;</font></p>
<p><font color="#68228B">  --    else</font></p>
<p><font color="#68228B">  --      put cr &amp; g SavePath after fld &quot;students&quot; of stack &quot;choose&quot;</font></p>
<p><font color="#68228B">  --    end if</font></p>
<p><font color="#68228B">  --  end if</font></p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">directory</font> to gDirectory</p>
<p>  <font color="#0000FF">delete</font> variable xnum</p>
<p>  <font color="#0000FF">delete</font> variable dva</p>
<p>  <font color="#0000FF">delete</font> variable gStudentName</p>
<p>  <font color="#0000FF">delete</font> variable xadverbs</p>
<p>  <font color="#0000FF">delete</font> variable xcon</p>
<p>  <font color="#0000FF">delete</font> variable xxy</p>
<p>  <font color="#0000FF">delete</font> variable xxx</p>
<p>  <font color="#0000FF">delete</font> variable xverbed</p>
<p>  <font color="#0000FF">delete</font> variable xverbs</p>
<p>  <font color="#0000FF">delete</font> variable xadjectives</p>
<p>  <font color="#0000FF">delete</font> variable xnouns</p>
<p>  </p>
<p>  <font color="#0000FF">lock </font>messages</p>
<p>  <font color="#980517">if</font> there is a <font color="#0000FF">group </font>&quot;animation&quot; of this card <font color="#980517">then</font></p>
<p><font color="#0000FF">    send</font> &quot;movieStop&quot; to <font color="#0000FF">group </font>&quot;animation&quot; of this card</p>
<p>  <font color="#980517">end if</font></p>
<p><font color="#0000FF">  stop </font>playing audioclip &quot;quit.aif&quot;</p>
<p><font color="#0000FF">  send</font><font color="#68228B"> </font>&quot;preOpenCard&quot;<font color="#68228B"> </font>to<font color="#68228B"> </font>cd<font color="#68228B"> </font>1<font color="#68228B"> </font>of<font color="#68228B"> </font>stack<font color="#68228B"> </font>&quot;choose&quot;</p>
<p><font color="#0000FF">  go</font> cd 1 of stack &quot;choose&quot; in the window of stack (<font color="#000000">the</font> <font color="#FF0000">short</font> <font color="#FF0000">name</font> of this stack<font color="#000000">)</font></p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>	       m gradientbottom.jpg  	@         ?      S JFIF  H H  Exif  MM *                  b       j(       1       r2       i             H      H   Adobe Photoshop 7.0 2004:02:13 00:49:51                        ?                          (             &             H      H    JFIF  H H   Adobe_CM  Adobe d     			



  
 "   ?          	
         	
 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw   ? 4Kr X}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX &Photoshop 3.0 8BIM%                     8BIM    <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>com.apple.print.PageFormat.PMHorizontalRes</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMHorizontalRes</key>
				<real>72</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMOrientation</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMOrientation</key>
				<integer>1</integer>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMScaling</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMScaling</key>
				<real>1</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMVerticalRes</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMVerticalRes</key>
				<real>72</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMVerticalScaling</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMVerticalScaling</key>
				<real>1</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.subTicket.paper_info_ticket</key>
	<dict>
		<key>com.apple.print.PageFormat.PMAdjustedPageRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.printingmanager</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PageFormat.PMAdjustedPageRect</key>
					<array>
						<real>0.0</real>
						<real>0.0</real>
						<real>734</real>
						<real>576</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PageFormat.PMAdjustedPaperRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.printingmanager</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PageFormat.PMAdjustedPaperRect</key>
					<array>
						<real>-18</real>
						<real>-18</real>
						<real>774</real>
						<real>594</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMPaperName</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMPaperName</key>
					<string>na-letter</string>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.print.pm.PostScript</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2003-07-01T17:49:36Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>1</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMUnadjustedPageRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMUnadjustedPageRect</key>
					<array>
						<real>0.0</real>
						<real>0.0</real>
						<real>734</real>
						<real>576</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMUnadjustedPaperRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMUnadjustedPaperRect</key>
					<array>
						<real>-18</real>
						<real>-18</real>
						<real>774</real>
						<real>594</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.ppd.PMPaperName</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.ppd.PMPaperName</key>
					<string>US Letter</string>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.print.pm.PostScript</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2003-07-01T17:49:36Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>1</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.ticket.APIVersion</key>
		<string>00.20</string>
		<key>com.apple.print.ticket.privateLock</key>
		<false/>
		<key>com.apple.print.ticket.type</key>
		<string>com.apple.print.PaperInfoTicket</string>
	</dict>
	<key>com.apple.print.ticket.APIVersion</key>
	<string>00.20</string>
	<key>com.apple.print.ticket.privateLock</key>
	<false/>
	<key>com.apple.print.ticket.type</key>
	<string>com.apple.print.PageFormatTicket</string>
</dict>
</plist>
8BIM     x    H H    @Rg(    H H    (    d                     h                                 8BIM      H     H    8BIM&               ?  8BIM
        8BIM        8BIM     	         8BIM
       8BIM'     
        8BIM     H /ff  lff       /ff         2    Z         5    -        8BIM     p                8BIM          @  @    8BIM         8BIM    Q              ?       g r a d i e n t b o t t o m                                    ?                                            null      boundsObjc         Rct1       Top long        Leftlong        Btomlong   ?    Rghtlong      slicesVlLs   Objc        slice      sliceIDlong       groupIDlong       originenum   ESliceOrigin   
autoGenerated    Typeenum   
ESliceType    Img    boundsObjc         Rct1       Top long        Leftlong        Btomlong   ?    Rghtlong      urlTEXT         nullTEXT         MsgeTEXT        altTagTEXT        cellTextIsHTMLbool   cellTextTEXT        	horzAlignenum   ESliceHorzAlign   default   	vertAlignenum   ESliceVertAlign   default   bgColorTypeenum   ESliceBGColorType    None   	topOutsetlong       
leftOutsetlong       bottomOutsetlong       rightOutsetlong     8BIM      8BIM        8BIM             
          JFIF  H H   Adobe_CM  Adobe d     			



  
 "   ?          	
         	
 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw   ? 4Kr X}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX  8BIM!     U       A d o b e   P h o t o s h o p    A d o b e   P h o t o s h o p   7 . 0    8BIM          Hhttp://ns.adobe.com/xap/1.0/ <?xpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'?>
<?adobe-xap-filters esc="CR"?>
<x:xapmeta xmlns:x='adobe:ns:meta/' x:xaptk='XMP toolkit 2.8.2-33, framework 1.5'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>

 <rdf:Description about='uuid:6be4da52-5f4f-11d8-bee1-dd45011bf903'
  xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/'>
  <xapMM:DocumentID>adobe:docid:photoshop:2de3a6f6-5d5b-11d8-bee1-dd45011bf903</xapMM:DocumentID>
 </rdf:Description>

</rdf:RDF>
</x:xapmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                       
<?xpacket end='w'?> Adobe d@     		

				
	

  ?    d            	
         	
 s !1AQa"q2B#R3b$r%C4Scs5D'6Tdt&	
EFVU(eufv7GWgw8HXhx)9IYiy*:JZjz m !1AQa"q2#BRbr3$4CS%cs5DT	
&6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz   ? {Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ixSNw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixы}c=&0w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=_Y +=6)wƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixY94<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗ}i'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'ֽ֩7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7׫'7sש{.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8       cREVGeneral    revUniqueID  
1077209978861  n gradientbottom.jpg  	@         ?      S JFIF  H H  Exif  MM *                  b       j(       1       r2       i             H      H   Adobe Photoshop 7.0 2004:02:13 00:49:51                        ?                          (             &             H      H    JFIF  H H   Adobe_CM  Adobe d     			



  
 "   ?          	
         	
 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw   ? 4Kr X}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX &Photoshop 3.0 8BIM%                     8BIM    <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>com.apple.print.PageFormat.PMHorizontalRes</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMHorizontalRes</key>
				<real>72</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMOrientation</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMOrientation</key>
				<integer>1</integer>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMScaling</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMScaling</key>
				<real>1</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMVerticalRes</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMVerticalRes</key>
				<real>72</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMVerticalScaling</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMVerticalScaling</key>
				<real>1</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.subTicket.paper_info_ticket</key>
	<dict>
		<key>com.apple.print.PageFormat.PMAdjustedPageRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.printingmanager</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PageFormat.PMAdjustedPageRect</key>
					<array>
						<real>0.0</real>
						<real>0.0</real>
						<real>734</real>
						<real>576</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PageFormat.PMAdjustedPaperRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.printingmanager</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PageFormat.PMAdjustedPaperRect</key>
					<array>
						<real>-18</real>
						<real>-18</real>
						<real>774</real>
						<real>594</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMPaperName</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMPaperName</key>
					<string>na-letter</string>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.print.pm.PostScript</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2003-07-01T17:49:36Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>1</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMUnadjustedPageRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMUnadjustedPageRect</key>
					<array>
						<real>0.0</real>
						<real>0.0</real>
						<real>734</real>
						<real>576</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMUnadjustedPaperRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMUnadjustedPaperRect</key>
					<array>
						<real>-18</real>
						<real>-18</real>
						<real>774</real>
						<real>594</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.ppd.PMPaperName</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.ppd.PMPaperName</key>
					<string>US Letter</string>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.print.pm.PostScript</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2003-07-01T17:49:36Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>1</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.ticket.APIVersion</key>
		<string>00.20</string>
		<key>com.apple.print.ticket.privateLock</key>
		<false/>
		<key>com.apple.print.ticket.type</key>
		<string>com.apple.print.PaperInfoTicket</string>
	</dict>
	<key>com.apple.print.ticket.APIVersion</key>
	<string>00.20</string>
	<key>com.apple.print.ticket.privateLock</key>
	<false/>
	<key>com.apple.print.ticket.type</key>
	<string>com.apple.print.PageFormatTicket</string>
</dict>
</plist>
8BIM     x    H H    @Rg(    H H    (    d                     h                                 8BIM      H     H    8BIM&               ?  8BIM
        8BIM        8BIM     	         8BIM
       8BIM'     
        8BIM     H /ff  lff       /ff         2    Z         5    -        8BIM     p                8BIM          @  @    8BIM         8BIM    Q              ?       g r a d i e n t b o t t o m                                    ?                                            null      boundsObjc         Rct1       Top long        Leftlong        Btomlong   ?    Rghtlong      slicesVlLs   Objc        slice      sliceIDlong       groupIDlong       originenum   ESliceOrigin   
autoGenerated    Typeenum   
ESliceType    Img    boundsObjc         Rct1       Top long        Leftlong        Btomlong   ?    Rghtlong      urlTEXT         nullTEXT         MsgeTEXT        altTagTEXT        cellTextIsHTMLbool   cellTextTEXT        	horzAlignenum   ESliceHorzAlign   default   	vertAlignenum   ESliceVertAlign   default   bgColorTypeenum   ESliceBGColorType    None   	topOutsetlong       
leftOutsetlong       bottomOutsetlong       rightOutsetlong     8BIM      8BIM        8BIM             
          JFIF  H H   Adobe_CM  Adobe d     			



  
 "   ?          	
         	
 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw   ? 4Kr X}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX  8BIM!     U       A d o b e   P h o t o s h o p    A d o b e   P h o t o s h o p   7 . 0    8BIM          Hhttp://ns.adobe.com/xap/1.0/ <?xpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'?>
<?adobe-xap-filters esc="CR"?>
<x:xapmeta xmlns:x='adobe:ns:meta/' x:xaptk='XMP toolkit 2.8.2-33, framework 1.5'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>

 <rdf:Description about='uuid:6be4da52-5f4f-11d8-bee1-dd45011bf903'
  xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/'>
  <xapMM:DocumentID>adobe:docid:photoshop:2de3a6f6-5d5b-11d8-bee1-dd45011bf903</xapMM:DocumentID>
 </rdf:Description>

</rdf:RDF>
</x:xapmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                       
<?xpacket end='w'?> Adobe d@     		

				
	

  ?    d            	
         	
 s !1AQa"q2B#R3b$r%C4Scs5D'6Tdt&	
EFVU(eufv7GWgw8HXhx)9IYiy*:JZjz m !1AQa"q2#BRbr3$4CS%cs5DT	
&6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz   ? {Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ixSNw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixы}c=&0w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=_Y +=6)wƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixY94<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗ}i'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'ֽ֩7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7׫'7sש{.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8       cREVGeneral    revUniqueID  
1077210788926   Standard Background  i      )_       cREVGeneral    revUniqueID  
1118845462645
bookmarks   handlerList   tempScript   prevHandler   scriptSelection  char 1 to 0script     o gradientbottom.jpg  	@         ?      S JFIF  H H  Exif  MM *                  b       j(       1       r2       i             H      H   Adobe Photoshop 7.0 2004:02:13 00:49:51                        ?                          (             &             H      H    JFIF  H H   Adobe_CM  Adobe d     			



  
 "   ?          	
         	
 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw   ? 4Kr X}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX &Photoshop 3.0 8BIM%                     8BIM    <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>com.apple.print.PageFormat.PMHorizontalRes</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMHorizontalRes</key>
				<real>72</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMOrientation</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMOrientation</key>
				<integer>1</integer>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMScaling</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMScaling</key>
				<real>1</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMVerticalRes</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMVerticalRes</key>
				<real>72</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.PageFormat.PMVerticalScaling</key>
	<dict>
		<key>com.apple.print.ticket.creator</key>
		<string>com.apple.printingmanager</string>
		<key>com.apple.print.ticket.itemArray</key>
		<array>
			<dict>
				<key>com.apple.print.PageFormat.PMVerticalScaling</key>
				<real>1</real>
				<key>com.apple.print.ticket.client</key>
				<string>com.apple.printingmanager</string>
				<key>com.apple.print.ticket.modDate</key>
				<date>2004-02-13T08:37:25Z</date>
				<key>com.apple.print.ticket.stateFlag</key>
				<integer>0</integer>
			</dict>
		</array>
	</dict>
	<key>com.apple.print.subTicket.paper_info_ticket</key>
	<dict>
		<key>com.apple.print.PageFormat.PMAdjustedPageRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.printingmanager</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PageFormat.PMAdjustedPageRect</key>
					<array>
						<real>0.0</real>
						<real>0.0</real>
						<real>734</real>
						<real>576</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PageFormat.PMAdjustedPaperRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.printingmanager</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PageFormat.PMAdjustedPaperRect</key>
					<array>
						<real>-18</real>
						<real>-18</real>
						<real>774</real>
						<real>594</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMPaperName</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMPaperName</key>
					<string>na-letter</string>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.print.pm.PostScript</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2003-07-01T17:49:36Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>1</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMUnadjustedPageRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMUnadjustedPageRect</key>
					<array>
						<real>0.0</real>
						<real>0.0</real>
						<real>734</real>
						<real>576</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.PMUnadjustedPaperRect</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.PMUnadjustedPaperRect</key>
					<array>
						<real>-18</real>
						<real>-18</real>
						<real>774</real>
						<real>594</real>
					</array>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.printingmanager</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2004-02-13T08:37:25Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>0</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.PaperInfo.ppd.PMPaperName</key>
		<dict>
			<key>com.apple.print.ticket.creator</key>
			<string>com.apple.print.pm.PostScript</string>
			<key>com.apple.print.ticket.itemArray</key>
			<array>
				<dict>
					<key>com.apple.print.PaperInfo.ppd.PMPaperName</key>
					<string>US Letter</string>
					<key>com.apple.print.ticket.client</key>
					<string>com.apple.print.pm.PostScript</string>
					<key>com.apple.print.ticket.modDate</key>
					<date>2003-07-01T17:49:36Z</date>
					<key>com.apple.print.ticket.stateFlag</key>
					<integer>1</integer>
				</dict>
			</array>
		</dict>
		<key>com.apple.print.ticket.APIVersion</key>
		<string>00.20</string>
		<key>com.apple.print.ticket.privateLock</key>
		<false/>
		<key>com.apple.print.ticket.type</key>
		<string>com.apple.print.PaperInfoTicket</string>
	</dict>
	<key>com.apple.print.ticket.APIVersion</key>
	<string>00.20</string>
	<key>com.apple.print.ticket.privateLock</key>
	<false/>
	<key>com.apple.print.ticket.type</key>
	<string>com.apple.print.PageFormatTicket</string>
</dict>
</plist>
8BIM     x    H H    @Rg(    H H    (    d                     h                                 8BIM      H     H    8BIM&               ?  8BIM
        8BIM        8BIM     	         8BIM
       8BIM'     
        8BIM     H /ff  lff       /ff         2    Z         5    -        8BIM     p                8BIM          @  @    8BIM         8BIM    Q              ?       g r a d i e n t b o t t o m                                    ?                                            null      boundsObjc         Rct1       Top long        Leftlong        Btomlong   ?    Rghtlong      slicesVlLs   Objc        slice      sliceIDlong       groupIDlong       originenum   ESliceOrigin   
autoGenerated    Typeenum   
ESliceType    Img    boundsObjc         Rct1       Top long        Leftlong        Btomlong   ?    Rghtlong      urlTEXT         nullTEXT         MsgeTEXT        altTagTEXT        cellTextIsHTMLbool   cellTextTEXT        	horzAlignenum   ESliceHorzAlign   default   	vertAlignenum   ESliceVertAlign   default   bgColorTypeenum   ESliceBGColorType    None   	topOutsetlong       
leftOutsetlong       bottomOutsetlong       rightOutsetlong     8BIM      8BIM        8BIM             
          JFIF  H H   Adobe_CM  Adobe d     			



  
 "   ?          	
         	
 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw   ? 4Kr X}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX}/ 9/JX  8BIM!     U       A d o b e   P h o t o s h o p    A d o b e   P h o t o s h o p   7 . 0    8BIM          Hhttp://ns.adobe.com/xap/1.0/ <?xpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'?>
<?adobe-xap-filters esc="CR"?>
<x:xapmeta xmlns:x='adobe:ns:meta/' x:xaptk='XMP toolkit 2.8.2-33, framework 1.5'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>

 <rdf:Description about='uuid:6be4da52-5f4f-11d8-bee1-dd45011bf903'
  xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/'>
  <xapMM:DocumentID>adobe:docid:photoshop:2de3a6f6-5d5b-11d8-bee1-dd45011bf903</xapMM:DocumentID>
 </rdf:Description>

</rdf:RDF>
</x:xapmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                       
<?xpacket end='w'?> Adobe d@     		

				
	

  ?    d            	
         	
 s !1AQa"q2B#R3b$r%C4Scs5D'6Tdt&	
EFVU(eufv7GWgw8HXhx)9IYiy*:JZjz m !1AQa"q2#BRbr3$4CS%cs5DT	
&6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz   ? {Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ix{K[^'z;Ɨ޷4Nw/o|ixSNw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixK_^'z;Ɨ޿4Nw/|ixы}c=&0w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=w=_Y +=6)wƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixwƗY +^'}gixY94<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗY8;#^'}dxK﬏ix/<qwG4NƗ}i'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'}g^'ֽ֩7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7}k^7׫'7sש{.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8w'7qVOoKeެqƖ˽Y?-z#}[.dF4]ilՓ8       cREVGeneral    revUniqueID  
1077822373522   Lesson B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "lesson" in stack (the short name of this stack)
end mouseUp
         i ?   cTag  
img.lesson         ? ?              cREVGeneral    scriptChecksum  +x64_ }revUniqueID  
1118845462646
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  char 212 to 211script L<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;lesson&quot; in stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	   	   	  	      Report B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "report" in the window of stack (the short name of this stack)
end mouseUp
       i d ?   cTag  
img.report         ? ?              cREVGeneral    scriptChecksum  !^?^revUniqueID  
1118845462647
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  
char 11 to 10script Z<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;report&quot; in the window of stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	   	   	  	      	Revision B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "ttttRevision" in the window of stack (the short name of this stack)
end mouseUp
        c ?   cTag  	img.extra         ? ?              cREVGeneral    scriptChecksum  1S0	lrevUniqueID  
1118845462648
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  char 232 to 231script `<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;ttttRevision&quot; in the window of stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	   	   	 	      Brick Factory B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "brick factory" in the window of stack (the short name of this stack)
end mouseUp
       b ?   cTag  	img.brick     ? ? ?              cREVGeneral    scriptChecksum  !Z
u@
bookmarks   revUniqueID  
1118845462649handlerList  mouseUpscriptSelection  char 233 to 232prevHandler  mouseUptempScript   script a<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;brick factory&quot; in the window of stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	   	   	  	      Options B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "ttttOptions" in the window of stack (the short name of this stack)
end mouseUp
       c ?   cTag  img.options         ? ?              cREVGeneral    scriptChecksum  $
kCӕtrevUniqueID  
1118845462650
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  
char 11 to 10script _<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;ttttOptions&quot; in the window of stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	   	   	  	      Help B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "ttttHelp" in the window of stack (the short name of this stack)
end mouseUp
      U b ?   cTag  img.help         ? ?              cREVGeneral    scriptChecksum  xIB1˗!revUniqueID  
1118845462651
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  char 228 to 227script \<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;ttttHelp&quot; in the window of stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	  	   	  	      Exit Bon mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  if the id of the current card is 1055 then quit
  go cd 3 of stack "ttttHelp" in the window of stack (the short name of this stack)
end mouseUp
       n ?   cTag  img.quit         ? ?              cREVGeneral    scriptChecksum  p3-D1BSbrevUniqueID  
1118845462652
bookmarks   handlerList  mouseUpscriptSelection  char 278 to 277prevHandler  mouseUptempScript   script <p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  if the id of the current card is 1055 then quit</p>
<p>  go cd 3 of stack &quot;ttttHelp&quot; in the window of stack (the short name of this stack)</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>	   	  	  	     i Safari Park B on mouseUp
  if propertyGet("studentName") is empty then play "button bar"
  else if propertyGet("soundOn") then play "button bar"
  go cd 1 of stack "game" in the window of stack (the short name of this stack)
end mouseUp
      0 ` ?   cTag  
img.safari     ? ? ?              cREVGeneral    scriptChecksum  T8A4A"
bookmarks   revUniqueID  
1060804330891handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  
char 11 to 10script X<p><font color="#980517">on</font> mouseUp</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;button bar&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;button bar&quot;</p>
<p>  go cd 1 of stack &quot;game&quot; in the window of stack (the short name of this stack)</p>
<p>end mouseUp</p>
<p></p>	   	   	  	      Background pattern B
                                          cREVGeneral    revUniqueID  
1118845462653	   	   	  	     q OptionMenu u on menuPick
  set the htmlText of fld "display" to localiseGetDisplayValue("text.ttttHelp.display"& the menuHistory of me)
end menuPick
        N "     +A Quick Summary of Ten Thumbs Typing Tutor    A Quick Summary of Ten Thumbs Typing Tutor
Contacting us
Changing Your Learning Preferences
iTunes SongSeeker Options
Installing on a Network
         cREVGeneral    	scriptChecksum  S r{obreakPoints   handlerList  menuPickscriptSelection  
char 12 to 11revUniqueID  
1119004169719
bookmarks   tempScript   prevHandler  menuPickscript <p><font color="#980517">on </font>menuPick</p>
<p><font color="#F88017"> </font> <font color="#0000FF">set</font> the <font color="#FF0000">htmlText</font> of fld &quot;display&quot; to localiseGetDisplayValue<font color="#000000">(&quot;text.ttttHelp.display&quot;&amp; </font>the <font color="#FF0000">menuHistory </font>of <font color="#F88017">me</font><font color="#000000">)</font></p>
<p><font color="#980517">end</font> menuPick</p>
<p></p>	      < screen.png 	@       I,      PNG

   
IHDR    ,   i+X   sBIT|d   	pHYs  
  
B4   tEXtSoftware Macromedia Fireworks 8hx  wprVWxX]z&5ӢO}x3]@;h!.\_9HsϿkW^^^_.+_^||	g_.g{:O/N<66MAS)eaFx"6P
;wq|]qnr3F;NNX|V	Sǉ0L&}{0`a0dv;E+$ Rع l}g4|b=nTu	|xr4(_+2ިά?Q"W1C_v9E~kwB2IB(x=4K=LjkMHYO*J͆/%<|UW,IG!ESX2;7j%:8WBr)9,)Eѥ^wZ&PVkd=j'#}Ϳq*}(
ȡt*{oud982ɓSJL%,Ϝg!@Q5[IZj"T|l+E)W,L13ZNջudih845?K0ZN?TJM%caaG?d9{s]ЊI:ٟ!WgPq
/A[(6FT ֞kQ)F⍰Thѳ)"ZC"_x!RW~,,j3KC'U"95wM̖cm6s9q´sa39jFk:{=v2OT=:N#r!J54|?fSM̛˲!͹&,xO5oи|rFi诜~~#kϵu?~Z)yJbPUՑCCz?j"?j;7
Fz@?7xA9~=M7|=JGs.Pt%[A]|u I\[\m]C+-
Kd#ox\%5J# [**\^Ov?5M1TT7WMe0M$afua*+Q q'J?[
9=JZf-~QD	JY23}%
W~٩ahϸ$<'_%n-ܠZ}A%*
oqSs4MC%w7Gk缟9wOݳhӣ2;̏]jwJC[C||oP>@_(z=6!
   HmkBF                                                                   )3  mkTSx]sFeqdv\EUWW,	<(i.Ir^\ >lmd;+J,3 fHQa%===3ыʹ?9?ϧng2;5;;I
^igdjl;JeφSR$o68<vkg{|56jk\A#Hy)#k@ٰw2f%ΧVͺlZ ^h36Ǡ{//09f1>c~c!hp>YwLǴ6rD61>ST;0K	f/2ږ
o!#<]@hW%f-13Vcٞv	k-.Ʀ%JlPF/&(6YæQx<
7
~V&ш@	{sLM)C3iehJ,wv"p4Ҕ
yHavq>k!t`&[>»hUbi$r6Ay[&h_"BUz6jy6-gɚrmͰ#ϭ:湕yC .E@%J c(}Dsm+NqzĉI]^qCr(Bέ>v}Sj|CE
Ca
(LImiVpc`s0Zp R<j6BSht
N)4 &f{~$ 1a Uh>M yv	@ ni!"dSlM|+y0G+GR9ˁ4|9)[<PZ>7w.74k	Sڇr
UX7tut$
dRzgU:2ؕONDB\$B/3+̆®dMsK v(@DS²Jb1o@prR@ZPMԦtKg].Ͼf]pD#duIQs98-uB sܴzr;_0C%bYfҀafEve|RvS)S5^$!4gjNbOT2mHI#oZ#DQ$} R$}ֆ0/ꌅ	d2!	_*CՌc41kb "Cxf;&bX
;#,33u5'ԥMf
=U&1+%ѲLZ.E˥ht*SH&4afگ\#Eѧ(ơEHYL	#$8%8:
 fuIx.<.3ۙKLԞbpZgWjֳ-q2E=YCs8rk{3}<@6ZWp_niG).0l
'QBKݹ-n)6˱G3-3ߢsoG=ӝj\7V]uRaQ1ɫP2K)%^/|F{ۋkP\ݧ/Qi%u8Ž	(Y;4x'2LS.HԯQ#oqezTC>FG`]1|aHjra<(rRRb8j2PCSZD̒+zX1\=
lȎkГ0L
Ӆh~Q"lw[Q%L~wEiS쭐b!"MQT"J >_Ghy:WUnIA|-)&1Ib[Qk7H2K4K+miUMvJj-@IapA*)	:l#BqkC
hD3D)0_|{xJjꬶL5L"@kCyt6uӇ	:Z:ZjOSpyDu -.KcEkXdMlMDٚ@bvyfQS Yy![˻c흤ZB6vecS]àu}Dʅ	y!tlV)WjJ[+Ay;^x4x#}TA(5Kj{}UNlLYzA1T94RazjuþKQS?[7WMۚi]CP[Iɞ};LYw("SédxkQCW{ěl(IvRE^vq"ړN?b'5` {qmD[Ko@*}vtꞐؙmyW]kɔ{B3;sPd`m"gs'5	z
,;UGVZ)r4huO:8=qCrĔy2c߈UɸS63-|!^x<EjTߴ[7ݻO2kE=ό<W+и=!!-(7)UqɦRy8|e	|Q,		TIxz@Z,i<RC['PowH6BTE+JFq'+-[9.K瞉cCܬ0.ZjpW|!zնuTC<VCطsyQA	W((N|>FYdt3qc?L
i1B9wE)A!uNSM>e>e.0pHipFY_d&uO9-Li%v	Gϡ?a-v)\eS?d;D҆گ*{?;xϰ'Vt7㒌4}"i1V&}8Beo#_ې7J|J3YnVK:t{6dB-񛼑4*i<(P-EPQ6^ QpiiIZ3ٔrvK&sRk)^\T9V0Z!in[ur\ӂPr9-PkFdEOb:}Z:ZZMGD*ӂͨQjy-P	.78yq0G3Z~K:|hԫl5n]fN~یN!Sҩ6+;<OyJ3EfQK&Z%׌Z}3jŔZqK&A2O;-IkFR.:QM-ۻ)қu`^~bؘ:	>elJR&k<NiyFuayL/O5#N:qnYNIQC<?|_´lCmG<g[cF $$BGLT74cU$NI͓r=]X9e'!'$Z4GM
žLnL1)br#)`r7C(b
Gc
1`Ȯ!.˳IץIR!I.0B:_EF_7#ؼV6ɬh^Vg]<ĥ$8
N/ YU#6FaLP`/fm<q&(;/G	^UMt.6xol|ob]4&8'A-O0xI^f(TSD<};o#/RJSyrb-/󽪦Գn٭̂a+6Mj)͍k)gY%9h?坘%,&rR2tkd&N./bqv$ЮgʹK~@%xiXƥ_(ʬ
0G6:j蚩!!O]΃wHm@
̈́V71jcXBG\ΗxZ{~Ez$~N/]UV9R]/~8 B;}zk
rWY	K("!]_n!Y}$")NAjX奲r-iЛ[y2ٟ8ǥLZʐJ6O炄z0}wgP2P^~,-GX^C5<.?WZ*9oBU비.%0s>#߁t=z5'Hk?#Bx^d9/9V.絜 _}BV%	qK?xKxKSL!Vsw(H!zJV:\:;tns++HL:Ȝk%t+W-VB5$f[	JKhYֶЭVI%4ˏ4g[Ul٭nev_pmVFZFۭnet+kx>8JVB\B[n%t+3	/J{ ۓwtܥsΝː_ɻV:ܞks+H/]+nO޵u$sAB'Z	J*=y!ۓwnev%ke}ɻVF29yJ ۓwn%t.{?G#TB矷|-䒥#';O͖
H
*uM l>o)|3(⽔^{"UVk^m^#l\ixqwdkoįz?glI3^KTǺ-5Zy3 9o!9"yKhЭn%t+X~S-**nm­[L8L$;
S]c㧤){\s;osg[3+8ڴ.V:c6dmM RHnza]h#PںDDtGYKp[P-W0vѢZP7GϥiwkK8w=7e/*V+cE&gWetj4}3L7"n␡vYko2+x3An2"ԢL#G;:B%QVf=$D(J? 3~C*(-ksɟtb{~^v!Q!*mķ
MuV)-	%.0o$>QC}!#~`=JGt
	J$mYŞx̆
㈵:]p\јRWFz
7ڤPe2KybKO[ـt;-oT}\'*}^[*}y+
iGFK}Q# TE->S"QȾ-5""ZXNտ'
4[{bqK$6{!4d6B|&wY_lGzuDc{LԎf{Um5c[j7
Gr{ZVWJ/v^  og;(,g:}Kfsu]eֹϬ8ӥֺ.~TIwÎmP/|	'cin<(WV|
I3ܾ7D2qUcD?rM<0	IсwbO&G&hczT.f<2_tzy>SJHgN~NO3DUS&-+;CZ>Q4'mcU]/;C{nq3Dɭ	` |a:9BdĹG"Uu~/+C^J@w/Sau{;_S0Ak-qbH#99l5/99:@>K<eϸ,!Gר6~9pM"Pl	8lﰟiuʄo=(ϑ
Y|ֽɋG/7Rn)e>fNl%)}֧t#k<rҌ轄_gǺ>7ŷ~
<hufZzo]z}x|OhVvJW#=^,5F?_,-_kIPR9F/09om\l)-Fl!vWt./YuŸv#Q+ sv\ըGgC;OǾ|gU"w⛆TbMCbQ=.w
p{kIܷ-5Ꮁ~z|^jeq+??Y\6]ܼ-_hG0CS&#d{P>wޢAn8կC?WCdkhKJO%8!@ȳKdmݒ7vP7Huw|{{7PU9wx+-	mF
rj7ɉ;ucĖnZ<YN}X>jX+I~8	鳻ɕ.<uhۂd߄juɿy\6F
/:esS6|'51'bێ7Ӥ|wou]d~+h$
74af}ㇳ 7_:I6s9iaʰw2{N>	Ԙ=2Ҵ}`6>Lid= xl/P0A|I";Y9v7јa;=8B
޸Y[9BbX B,bОRb&B.fi3GrBNs&9u.'_Z&hI,η%BNbW.Gj	ZrVqHbqpS	9;B9W9BN\9bfqi<
ZbfsiA.H1Z,]?+ǵGjC/:I,9c!'h\,/熝0~R&Qx!3;4D>3p|۞f9=h<䱎1r;f܉kyr
>͉4Ǳ2nuL;M!۰2٦m9m
ͬ˷<f5]Ã~3K==bo| ua̶4aC#d#W}#=h	>"ywitLpj瘨ɽ!yw8:%A#TS;#RlwgDt+c#Rx|~;F;xv.aCJଷϠmv|dL-$40hK}t3 t	ۇ%6N:
GP踇__btHq`a+w]A`;@8vKjyA=^
ī_آ0C=Q{سa鳡{nt,&{#ayb.}I>{>I	t'}iO˵a^'	&`ȿ,?S,,Eysrvhabq#kdLL߭1ڐQs
!+F\_ѐ1%zac{T!Okgm̓6N0j   mkBSx]N0 Æ	WM- 2*5X|DZ=fLc(F?
hҶBLrGpodgd/e>f
9]WA\\Lf[xilϣTs1H	QlHاEt(SAZ_Y X  5mkBT ~w                                                                    x1OA~
%W^BCIba%++Cjbbcb}zjH(Agyqwf}޼3{-\kjl,F}
?r]w;6ww^{?vveq?ъ8A?k,
m6
m6
mLqC{?q?Md%|6
mS}iXAh,ǫ	kSәs{ts

__Պn;P+*d_YzjMdL?z#{2ϖ{dux/kz4=ar;0?oһe>y?sw/7a,Lݗs?1!|}r-I}X(x%)gzqb0"%[cH=͍u*g]z3-#[w>oiLss^cag_XfVgڎ/:-Ԓ:rf%u 1u]*1PTK^@̵Dd?7e#(97Sm\,-YB
?i/\3%=p4Lg9r&rݗJr\zL4z9#^ƿ>^}s>F8޿~^}~9VJzO\\\\\\?aO֬D{QZr?Q_}柵?TGy?*ן3('gmPk  
mkBT W                                                                    x흍8FSHI!)$FRHnwHYx3ꇤ saaaaxIǏ'U{o_ھgW9o'GW
{>~Jlo߾)*/N\ϱov[iZ_ձaJΝ/:6O-92b?Tlk%?_21BsY5>:> c=1Owy^- ڶ,Xz usM#גU]>H_yYv!ۉ_miRus]Xm_g)YY)m]y,m z1aaaxEߓGקo/Y\k6xjgH|yu.\aæM&wk#ϐ$?]Mo\Ⱦ,/ڥQ@~6s?)}, lgX #vQgBٙ^uのuhm?}{].~}v_J;xogJY]޳@.)oqC?}>@Xߘ'- (W?	źvƔOʙRv[K?[A}?-wmՑ}<GcK1}uxLzަU00Pc[<>g\=c}Mggg	Ǆ-B^k_g?F? v0||؎=ǧHPgs/hؑI
t~{n^}ZyD5XWvO)"c0vYZ|~_%/,p\ɹyΰZ/;/xs_9?Pܯ5ݻ\[y|č8g ʱL{?00_k3>z_\S|<)b|7aaaxn.ta?l^Cvkؽ#~e)3<3^kdlc&jK+o"e<.ʞ`^(3zu
l+6v<ï
k7]/lc[`On}򚄫G뎱zt^v2)?;Wmr5ocIz?Ozx{&!ez."ѯ
1Gg{+ҏlw<=}GݽFƨ^)zIpGK ֜{{eG12ۭqiumf>.}~a?00[u+7Svq֭y΅
?ނ}XwŶv?ߩDZۓ-q/?߳=<~#>Fk"qzrQo	9r,nY[;o:)@-`ק-7({߯S@µK9֠ɸ>:n3
_[_*mtcmC>qSL<?<nѯn!>=<6;ǫsaaa{xˌ\ފpx?0׋#5zяc]x^l򼠕(f:~٣^lin59W~\;?vn6erUbS~v^UO7O(|;+SG4|?f*?rW~2oNٟS9~daևmH6mX[J~s.ym4ٶO|Bd/b5ɿyU?0000000.P~*1@G\⟿KrKXs2(ߥ纎J8'>X@▼QQbqwxb)_K|v 1M6kee-2Ǜ59?K^E~9ϱQﱮYF8N?~;:=J<-t ĒyNAgC	\NXKs)'^Kg\~2}6}Գ)n]Or^j~"{p29w6/.z-v:+M{WJYZ굢`%
Ҥl9ힶկ#OUz+U?;sd~vND7*.Y+v:ye;8}~|+ÑޅN9}{Bƞ#txխsXɿkSV/uJ=oG<ջL'L:D]6jfgLz/+ؽ[{rCMYq~[{yy	czA;w9zszWHVax3  %  mkBT e                                                                    xܱJA} i,iRz`ciG*u5pL4{	&!1
;gfwWw0E  vzM67AQmSkQ[{K] FxzWa]Yg[^ET
6Q5<0O:i5,cjS}n                   a{uJ5:?..F9f<g&9PgKəS7y_gΜ;y濊S冷{#7oR׮fgνlF3τq;ɟz-   cf z=E{@Jk{s+ϭȿ㢾g~J.        ݂`=:b{YǬ꾠uieiN9w/#ٔsϧ
w              @c<p  <mkBT |w                                                                    x?o12tDbalJ,P'ԱTLL#B!*N$
(JUڒe<.w%sbE,?{ZuJ㍺A?sjF1t3:oe5ɣˣe/Ē[uqc(t։|=;^z7<ױ|'mrGks{j/HVWr˞on6S[sY}θ'߶WE6M}wpzԇ'goׁs[U{A/}a>(IȬ3bzY` }~eg&.fӸ0}gtL?xr5@L@} ,Y e
 lY=&
ĩhl ~@Ka?pwqص𛩜kyro_n@3(5:t՟K޷빵_nKsKK@wn;7:9
9ٲgN'}[6)<fx2IͰl;Y?ie
^Fg/6e&˰蹖g7rv6M(T\輯k<.S/ړU;|^                                                                ٞ怘.yu  4mkBT d                                                                    x׫@-0AʠtZ4DRA&!{vp<L65_nZ[i޴7Mo9t6MMfӹΊSԺ~۽8    Їq7*;zOJ)  rպbJD                                              浆c"  mkBT ?                                                                    xݿka2p(86c KƂtNtBEkU,87ڐK/{wl
}6v,      h
zntl~}CusKrbz;;1ЌMM|~  Jtu疶ƣA6c^6{o4;?;~\$EpPt%ˇ~D7OtSQg??????_L7:?-zbY
rZ3PՆq|W9wh~ڝ?wsiyn̎87mںiq0.f_kbiCnn><[h36g yFg9'GQݦ3aXwynp0iQԿhM0@276p}諿yoKgC+<ۿY_&=2]v7爼U{?dڧ_zsh	re_*HBf8~oFf7+ǣz_eSg`~D=}{J{k wi>
}DD>Q'_7Fݜ/J׍9wAJ7qܟkX7runNs(:W`~6+{,?O="jz 7wD}|y]O_`;)pz??@aGTG$Y7照	$Fun׍_7F诛u*F7+n׍_7FuX  mkBT                                                                     x!KA~`1zQ &hLbpQEj,宸
7r}Ox~Τׇޞ>t:Wl+{_YvǦl=KWGz][(
O?[<G*z1j`gme	a\\=xWǓylqޟ:yϷg{^]Mz0z_OAffw,VxԤgX?6c?6c[glǖϋa8t$M?,?6c?6c?:                                             @£4i  mkBT                                                                     x흍)q ĉ8D^>׻gI@XjjgiЃ`0`0?ϟ|:s eQ3|ӧO|:2|.};7eGFO6_Qv]T]^ˮg{>pjzkuo{yye?{-x/D:3D&򈼹e^Hyi#/OGzϪ߯_~
:sMe#M3Y#=2QЙ[\s=E8}E>GȩTڲTg-}VfoSVwzV}./>~<Vrv@>!?U1<#}=F[ ~QڋBN..+푹^edLo+[\-k
dW(}6q$#?z6Bөi?L7!3O_Q}Пuo[=tkȋM!'}/Ƈdr2_Cﲨ:`0:8o=+8-4}۞cĥXdq{bUq©ήm!ƶg*ΪU\z[GA=^+ru{LV	U?)V>ғ)x|Yҁgi\yi^cUo*=!TY?rfgWsʽVn*VX#=Fϫ+[F~yH\L~[O҇h5ݵTow|Sfӟ+);F;:x
)/OSyUo2e)Ve3'wgGg=J^`0
ľu kU,Ksؑ5nY,bXw{w&3QהNQev	]ƷgcH˞i{A3I8hwduwUIWq8I>+@pQşGcZ\ƪUߝ]/:3d;ɫ:gB9R|GW~w2;fz<AǏߊg_ly=Uy3= [6_3]U_k]]ײ2;j->t|+i5nΟgZY|<1NyŬ|E7k?z/k><=Α}N΅>uWydʬdz`0*\?W8GY:Dgcg<2+'W6qn؟{ru"w<Tk.\rnO>U쏘~c#T?+y{Q,,^qF/Xv8.֩g3}ȸOP~n%hUG4(_sn|W}Tg&x^c,Fѭ+<#+}/Uw8BRh_|33!mr\7U9m({ѝpvew[xG]߱?g;,nҽow8]וb?OV=Z_#ve?vN_WrYLo;1g9pV^G~>[_vNOS3`0Q[	veO\k^8 ֔v<Zbz\Opbn$~}oz3ј
mKvU]^iNWA#x딫jtq:E=
z%օq)CcYEqyRG-+u(K\hP'*^ء^q=m=y|Kvūe\rȊ4={W1;=ݷxp;o@>ȘT\Ԏ+C=*ɫ|GJOCW]x1.ﵠ9_Eб
Vq)v(ʑ}[GwǺ{-oSdו_˞׃2;iT&w*w:g׭SOsj%Z[~_˯d֮+w]7`0]kIu+eL]ւoA^;=GR? v쯱;<y o$N1紈=:ߥPVu< <&3KyC/4r)i=*/|Ύ^]QNН1qGw>ù{<FVr2nlo؍ا|mo'qbӋr`eef6
0lzsA_x7췣*U}R%+C_	ڟ~I\Q~ky#_jo~DyU^`5pko?:ˮCw>?Kv:A}E:_n+{u=rq͓̳]>>d}+|L01`0leg:׺񶊝`W,3O?]\9P~[kOWiGc~)-<w.3q}'vuw$Vnv(r52S;Wk_Kϔ8B/hEՠ'9w?K;x:x<|@cϽVyc@ۖSw8Bq]=2lBe6V}eR(	VeZT4ade2ޒ+nYBTqSߔ<[&=f[|szP)G}{Zׅ3n7jpWwftEw[ǽ;`l?`0`0`{~i`oLy>uoi\qK|} 7Svu9G쯿c¾#>,jow{ՆݲL=mW2u_8دjo?kD߱mw>#}E:OۡO;<sy}ڛk}~|M'8CTo+[WUQr'\'tTYwz.D=W|~q=_ yMǏktbS=2|ұyN_}Oe摽ۏtLS6q`Cjf3#ܰ?z1H]\"W]O;2'@@~tG:{u7m1Q]PWV2Sz]ϥzs3]vxwҞ:ڗ>y`$jw  :mkBT                                                                     xٻnAq.(\hR"Pe$H(JJ7+&¥AH)#!1fc{Ϝk|ߜݝ1)LT/)5eZsV毾Vr:?cg{~kR}Y̟ X˟ksq\~ߑ,毿Vtɶ9/39\\orrQ<؟<o&qOO
fܕ9E{U/,s=tawKt~{џyf\ωY?'Afq}kz]lQ`9=icw!ɜg{>ɹwG?5?typf֟uB<@fW'Y]
c%:g'V+fiY{^]{?F5:nǺP[9CkEoDRvډrۃNL)f7n	ֳVubx$2)ye7B
]S	;#g̺(YW>hgm'}GM=H47Y;Tp'cV"~$Fw7;ƽU sA本ahѲY'hS:1w{                                                             @sU   mkBT                                                                     xݯnP@qÂ<HᤑF*)444UV pB&L.42ip֩\'ns}J{]j23333LMUU{a3>d{}Joowm:Nve@-뭛_M{7ԟd1};xu۷hVsiOOkgDnӟg?;Nv3Z[9?V۽Y{agǷ^8OYDj/̾뾒ҿfk;En^ϣ
T|ffzw~w~ϵL46}_v@lӟGNv!gpNv7y}0.\ZZۃuW]ѿLky`"uߞCp>/Cj /8Nt!B[0r]7?~gb+CRAYJ3I3i7#.g5?$.w F_R{ ?;Nvӟg?;Nvӟg?;NvӟfWSNvӟg?;Nvӟg? Ǔ  mkBT                                                                     xݡkQȊf"3f
D0U5*K A*
3oe#K.\+>/{Io$zjR[~MHNvӟ7ӟg?;Nvӟg?;Nvӟg?it6*rPIv+cNvӟg?;Nvӟg?;Nvӟ*?;\pӟg?;Nvӟg?;Nvӟg?;nBpg?;Nvӟ5ҏoߏY-:fL柱=zvwg?{ g?{@_?ߦ9i}7N*wsUN֙ck>:+ѳVyO/mϱ?q_|7ż`?6yFm1Ϩ&1ϻ{g?<;b=~3egubegܗ::.oq\|qb|nb>Fqlتu]3`1.LPgϬm1.b}sm?gTw nL݊  ymkBT 6                                                                    x횉m0]HI!)$FR?6c<lHٱdtC"+RJ)RJkJ߃L_SUn7ss~uU-Uyy9c/Juz?i>>>~ sm+vuՑνYu8uN?WP>1JsWiV_uKEϸ/r_gKW]ױEYcl,[TYHT}xL#}A GV7^}>iҞ-i;}LJX&TP3T#ߨgJl e'=?͘ona|7>?ǐU%;/mN/IfQփz{<d6dn;Qm{{5$iѦxg<$"^%=RJ)Ste/֔ a};k_y?9Ԛlz}m#GKk!k(9G1z,Q&liV濊#_<3Ξm$^9g
{9&w&:˙uf֚R:ֽL+mWW^z%I2loZf?k4W-#	?V/c^!!{u̵ʴUٷAGe>G}?v✽3X~j{zTAO^ʰ>?sy|G)P</11~2ў׆R/7 Ӿsmsr"(2cϹ;~u-)}<U1g:apb5{3(k!m'mʞ2.~[)}GκbXELpaԃ77Fy0@ߋL?󞕹Khi@=RJ)RJ)RJ]M;;j;  SmkBT                                                                     xi`Qqqqq!	COMlS$I$I$I$I$I$IqO9˵wOo]ss,Խu˲<^0tc}av=7_{V9z}ٿ^s_y~?}ez۶@wE՟k$I$I$I                                         @?
R*f   mkBT (                                                                    xá0 cD2Y_1P.KsMUUUUUUUUzmʡ2O32SUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU5x{(=   mkBT                                                                     xЫ@@md:@Nlddj@ Xxx|F       8{?<F;   t{w+Qq@)%  n$y-E                                               (CO2[  *mkBT                                                                    x}+(H,"H$"#X$,QԈZs>U{	..T}6 ڳ-F`p]k ߅~b

О$wݓٱ|sCo A+q3lOx@(0a+?	T,_7s\Ϙ^Bl1)C+k(FyN"8dPC_9>O0&l4Im+nwGrŰ<Qq		+H}eq~~[).5c6,muO9p\<//?N:Mp) Ĝ-2p'uKq`_/64<~ 77SNBQ맨uM{5%.BNɊk:	kNm9*uU|2%;]Faג)RE%HWc0Mg>)/tihf	ѸX>E)<,6s45zb?J\<OM%O#(76:=	ӋYAH
Ls6MXBcX&ǘJte.	3.je(?<?-1$pO= x	]<Jt¡Vg`|I,<丕}FQj]o%[Pa6XY<?Yoh F067ၭ6JFG[wv)7?,@w
nMǦmk>?Lj=%wZizFTx$kP8Em	jAOހ>~؆B9	֤8UKCvjbLCy;mjP. DkwUE3ܨ8xUJs\ɟ+;}sFQ(KIXݛƨ
1+KdX];Jģcx$D׷X`i @l̏rnm$^9΄zBGϞQ=nfkDe;
<a>,⢞jk0B[p($ Ǡp4nq`XƓ	vϵ.xHnorJ5Hu뇗fa[Z:><M@J9$q] }=Hk3鲺tQ=,	7߻s
>36[gRL؍?(&w.7C#~B{]
UW71jk~ecGrD.=K@WǱM0倐0\xvqNZ>#
BE	)&yA}t?BYm(WIpɱ|2+\2 )l8tl@Z.Be񅋍RSƃm>dIl'N
adĢG3%#)?$s	_5=YBR#-k"qGP-e"f%֩-ϓ378M9ϊ,_*n;HEBƱcl~
˝[/sagIE2,z1t:kLș壋G){7ond{@rP>kwk׽#kXfyEAB9uM4P=_lgW؇N#_nGpp,ZUu6ȓVӰ0EK7*|]{75F\ԶzQz!	uH>upT٣o3P)[^6` -d&*=%fY<^ط`_6|h3ء>2 Pq7ώ,NsjF=B`큳CiU)R鐏@LҮǧmb<2FHRqùFXi䎲OmGA}:*uf:@ʫRH.66jcGOpO-
6HKJU:Jǃv<gz 1F*qm-;
I 7
?O(Yr
de
F
	ѥrHaۡ> ,3DZEƮqq7p?ȌK%ȧ$;?Qr6pP7`a^=R_)m>D3#£_'
Iɭu͋C-Rne㯄ssL<ȭ/R)|Lt_1<u}E
Dzl$H+N_2scۯ-rHV.֏'(}o	:]謧6Fhlw@z{6P_?
Eh߹vK/B"Mh;бo)gRm $5, Ex(?:gU뵅F4 	߹E4!q?lAYvs:mR(GZyGq+w0)NzuY-&"Y	='I8{mL/~!.BA=缱Y|z:f#¬oh2XjǼI|1i3A(|vf1
NKLͫ.?r]qBS^#o.l%z⁋
Y~i䔃P qu&7(U;Bl zFx׎M,|PfV֠k'Nb̔/$EN
HAiQ=u-/TQAD9gW%YZ\aԥ5Ojru"9Bzp̬vll=ɸYyܾ5tmEz+M>Lk=rr4/gEr~PnB[\g[{gYvRW'
{Fem1{wL;7&$xc0n&u@5sCCձm8Heft<PJZ@4K|#`}akRN'~IU!kWLZDNK̡U;gL~a(]!Bjv(f\B}AuHR gM<7O:[m6uv;3=wwn3pKM{. t"nt?dibC6=E	,ѮO
0hvG;=MV%ʪr 4H
8rK썀xA:2
e.ݟ0N<g'6%G1ַm}^jnҽS0CzLX3UM;^^~XcavGHu"
1kNKT?,r=܎X}6CBW6ۻ F\3m{4!]9ửJ4n5Jsw^Dhz8P]z1x~ J8#c%ϾcF{do@w0QsP_́ ?3yB2Đ{|5}>x{q(aтa?Q%l4ςxmWI׆GC1kQ3iJh,KRO`ʲ<![NwaZx\Rtv^ZJa\(ZPE 1ޣhy0S L!yQP̞#R@ӱ&4a9'2ċIE8XIr
4*yb˼/#
x;2R~ O7h՘U^k
(侠,2)C:(ِ;Q3>4)%b6B8\ pe<S+jsp%<&t{3?|N)p7b?aiDWlXZ>;u)ko)#WSncRx{[sXv195_0Kՙ7> Tp5ٴl3S"؝LX睫[5mQ ="u}pϘ*xbՉ#iM+@Z!	Ϯ~jYݬ$?5mtu] %@݅:4h8ۃtu3;
ΑO1A/r
R*5i&j#Y2:$Z(ad@>'z
L뇶6Z8|`6"X1_z'
F-я?X^A:?1;h/KVB'vOnFSƤQ{=kh7MwXQp\v͓O/.
N3HKRlK"q^Wh1wth@3e6N|I;y?8t[[!$,ήLe"z%IކAkRl!3u8ځy?_W)AbCO!rza5Sn֗#<43y6"R߃CQ&>[#
B Hǽ{vekOTlq(UH͵hݔ8,@tՂL{p/*L"d_yk,4G̖bD>,.ok"D;|7[.DCA#ilϟI֬Dq]+eE	_--ڰc^Lq1~CCC9gNH8BkhJ#Z-`VoMa 9r$ պZ-hkh
?C$	^tď9d(8P݅]ڶw[wl;dn׆oKdHބ(DInI M_( 5)6H/Y1 QRk,nXHʉ?>df&6^EJmt{CCc`0ʅv5x<\9Yc}106"״!֏9dl:'1H"<HN&]569!I1;"YxAK-ym|hd
"]U.akgbbw24j- Q Od-:N	dG˥MI	VG=W!r6wH3p"ۋ#g6*x9k{H<WBQߍOMV{Kh^<FW
<L:w$|oY-Q]<ʫ!!垹Fq@}3fR%oĿMrD+N|YY6jr11k4i'Xf\:e޼ ~P91ߍ
&78Qape5 9osMy	K-uu9Bdx7HV&_!ClgL 04yS}|qٳkbs:f'/㼳@!]%z#=Js`3W ez<PIGC0@455gxcTGU#RCC?tdxL`Ɓ8dgsT?M6},_ \k٬lt΄ls:m"25be\]\˛{xaLoQlPwK7?M ^a,_lb(1?3݌^7:ރ^usϚqB8*hGxYCm5M~{Sg9nRXC}[hOtC1#W3*:;&_Gۂ&H|5L<4Ƀ\bD?]fM{V6*S<e0,!
AؾKmmߍrOoC2
#p'$F˿@!{0VYWoe,'H'`r1#ͿMRSYZBh|xH@
6YziWlwQ}yqs!`~y#-OՑIXmy|*0o@]ۓ^(`Pqvefv'OA=B݂pCJ#
֞q5
RwV&)ԩn@po]{3v:Yf*aW_&'
Jk0nDx\/HDuqZ\ڌG+啵XZT>z'7QqɌ#KR./CVgQȬ\`?d1yuM6Ƶ8ZX]8^pwQE
&1frRKi$GݜЕh3'{;;~FK37ku<pdʎ+CRMzƏ7)n Ҁ lEGyl:̑IoB<A\\6dFqϡɅQ[1<kN>S%|ЕsTulebA}Aʹ10A{KʘӺtjdLI=r	PRg_LbR
Şl?␔)![Fowi&k^CV(t@pW2{hxHGRn͉eCbxԉ6GQd27\ثdS=\Ff*0ۣ OP5(rZߙxQZ>~GAeN-jY7Ҿn;n?ӹ"Px}/N W:݊&׾:x"ꭥу;R펔c䛅љElmG§a=h¨BG_uYnZ쫭FYs U"zM&:Gnu.DX5Xn;}ԫ%XO?~2&Frjj8yA*W	I9/ub)Zl:s 85J>~iI<k¶
٤^Sx[sGD( +"EHnֆA_\FZ%?4`w_{7"0Y@f}PEjmv:QrN[wz*5c?jf7?K_P', sZ(oT
|Ó\-%蔒hy\	cK/	˧YGԻڐz&c"*(,yEq(y[q`a7Xļ~R/{hh"g=wݠ՗?̶uNh{g?tqm,u[Yot+!hf.2]ݹ?&wARFľ붾Ue%dliqMs&6Xw-&Y3(G9{cׁ֬ǿM;vn"b)<׾e_1p}11F#YXpq]s,[%*&@DfҹAٙfs,>3Yԕ;:#hELם[ROd^GA˩f~Y!En0~/A
Km>^WYq"<цF*c:xw|͞w%ehRgd9̕v3v
Dgh>>?3hYDkgC(ʹԕSԜ|
2Q94(?OGQ34
fccPopTYaW(>@tX4`LGٞpɄaŰl\[9c26UM6f, 'C4i<Dn#xг
Hz5[
_QtmvNC_`x~
Mb
s PEx؇;cW*n\?׿v:O3@fR&em[mٜC5f(MNiYXxШ=4
yHO<0|3[B	:d1"ZO$+Kxi̒=sJg~i[Rz'G#v}>?W~psϠ?kAKrŵk@I|>^xs?\`,D̒5W^wDMXf_8<%| 8_왉pP1Wlm߃f?4:́_Ԕv M;k:p_sj؎qw]$F}y
,b'N=o0,
~M
YR46+!}@~ujctCP.Y(x׎z?70WXFܣo3z0c8RGg0TU򄽻w"/4֏CQ`[{Ocn]+{{N!3<Vyx,!C
b.lf'\ ןgu,μw-/3ۥNX(c
oMDsa##0{c
%uDWCBZAZ6,؏x(Z%wHbhTb2<$*cnk_א#{D+B<!S/gÏ`9.^]ßC+>3+5]qpj'
r9FDȬ)~:9Gmx2-?sraG"yvUpa;Ră A\&
?#n	0eed~oq嶭! !ǲP^H)>oȑ.ļԶ=Hy7S-M
?8ycߧq|#5"2Бlm#UeΤVbM͘jAc7Z
]>4gb
s	2WRsKg6
's8qzTT[R[w )I95xWj
#!nN+zPڔ	KgTE,?{^RDݥ=Ru^zîc&D'i74SJߔ&HUG[crͦ<׿~4}څh;lpAZ%XZ;tQ?yk1+Ƴu6[Dc4Ɯ*dB#!}e>samhG3c^8u9󼵕⸈߂UyB;f"Yi=D=4&|C3g]~WgjhSIXU"1A5Fr4{AljwTt6</N \Rta|i>T.Wo>>xϯY{緷 m,J{gg}v~)]s!?wXGFl!7U|Cnfﳅ:.@mq%臔Ru?.:aBֺE#Gg'yXDuSWǊD)21ѵVagWPqȒs?¶@g")s\T{f3go^w:^" {d#!φt},nyWFKvX4|<B+8i=-;X	5l=/xlwn] 
+SӼ,{՞ /ДV +<<
o ԇeNp^OOvqR wHF3݁=o;`~kRwCu¦kjE|qϩKV,*?xk}QxU/M=հp=犐^xBˏKx@[IYB]T➐Kq.ὀPwAG\Wϋ92SA\Y\y=ǨGjբM@tԂvDz+Bĺ\լ6k6LʦR_rnl|UAϯ<
|!;8_1gsލC >VB~,˘_&fjp/Wԍwa O H3I`u1ͤ+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_W|+_Wݚw)  {mkBT                                                                     x1o1;0d`،X+1Nc7PGĖ)#s$$Ʈ|5@پ;75R}~q5n6;qMly-Q._]~WYc3
Gmx-
^XY>YQk/ׯ/]<sK=/59v>_?>g[xe:*gO3mu;xmԵIl̞۫<{ ˾zN5{n)ckAȞy7@GX/׷_ȹD[m/ː0!c_??Şd1.C[3bzC{fo{F1nߟ#?zC+7Ob t><񲳿03!q*ȏmHVwnw{C;W׻<tH1nΑy&TOR͡v`gC깳ڧ}@rܕh:yU
̓~njOse׎yHA@ء̃~PA?6.߹?El=ŔS7߿n}kS{.'ԭn P)ׅ1/`nj2T[kPdjY|2%CQ     }]s/Z=NҏC=Vc;֏      ){x}([Xn?$c_nIsȃEן WN                             H7%4-  mkBT !I                                                                    x/NQ SIARIA6AAn@8A%UVb Cr+i'>o޶iR* Xtz2N^*qݫ=ҿaHೇAx- wA?6m~<;ly^-aޞVV(t9?>*+]Qi=O                 k?9ᦒkYYtO     X75Rcwm*_wKg[Z
$c  M.^|53cY
373Mь  zgB&<lʧ3wt|                 qzU5']  mkBT W                                                                    xܡNP	^A2I239GP&J$$Aby"0u֝O|;ItEUUjr1h6>Gȿ(dmw'j<hdq3u~vd>ޟ{uYfI^G5qVn     PD|}X3ߗ$'Y&%ԟqٟ9	O9          Z+|}VʚGH2c_7{=o2Ϝ  𼗵]~sdrі=w]ңI=K}N?6X;)~n"{^                        H7wZ/ƙ  <mkBT >                                                                    xONAY 
K7,r@XrKBq&/TcL
颫[|Iu^ǟ                                          9ꄳo;r_+vWK0S=?VMIՔzT{IQڍ=~Ϳ'      PNp렚o 4rCz5E&Y\hw	[Wy<oW/~/{<=N{T'gvg_ׅ(m侇O8IՈ=ons-'TpY{%=~{6vy%LOɿLw7Fzn+Yau
<,;dyzjK/B
/W-88ku;U%>ͤK}  wmkBT ^m                                                                    x-0Dr_1cdx-mB8                                             d:_t^n
/tXct~׽6
souUxK9GMg[U}97t^=߉}{xL^0mVL&keְg%L3o;Os<8jGm|o>< I,g8{|7^p|ү   mkBT                                                                     xձ
 @wtK{ZLDA}#                                              fa1,߯GzZcu`:he2J׬kE            :Ui   mkBT                                                                     x1
0@388zzVZox{Ohy                                                  @rkS}KwgF7)~wfkW         ^|roA    IDATxOhy.Mԍݰ{
t9L؆3<ۙ949<~l/&}K&O98@@,Okv9($UIURT~U}~f)  ,/gul㢩OSww~
  A H$b<ݯy`"q >Ҭ[y\ 9a<y^t\н?7DΥ%/L'Upbl]ʗw1f}hBTƁZ~{$/nTǁ`*5 np>@nXi"' 2΄yk"#0z]OuES{GAy>wܷ؍qъ Ji)a<VgÚ Zyr}+ϪC;m)9~uwZlߵ8ցU\Ky{׏)@ sȹL5z7L^V![,j9s} Ǎn۪zVV~Th:ǻh*ƳǶjʷSy'H<
5N,AA̢mɶރ]=24:zvpomj7%q.k#<Z:ɗ0Ncjr6#t_-S|D[Zѕ_t*ѾpZU]_*@YJJ)5+?dG1&ϩvB[y篙Y_۟'}1Nŗ D8߲*:nxϸgU+K8&KZe
 F?Եo]%DN e	VʳxNZ
k28nuy%I~wO~ .xxgOOuDd0 f9ooq (0[Ƚ	Tk |ےyuwqq S\աLٶbr[7|>v=]~o+@|8/0 @/oj[1F g<9 fNi}U_mkkst?jRd_ 0 ړ;os]xgHNlױN/>0 jfj5 @~6͡;Ս__h2V0o9^TdԦ#ЛϞl< 0	8 Խ?ѝO:N=ؙD!|D0wD0eq gٜnJ릮~|orWas80#8 `lͲZG;UVT(y8!sLV+<koHv'WP Yte
~;paTg<Zv":  Yj<Y86<b"ݩsq*  ߴvuvY{Xļr4*1An7  _-gss#]~gU{֌^"# GZ*뉥쩇AhS `lX!֑e3nۮV2T  X2[+x9c;}I/?a  ڤa^	4(WH  <sx4a>  L
#8  O!0?uq  "s&c=# Ys̙9q  f*ba4r   瀯lx'8  A8f
a ҿ B0Y9a ͮB4F `$B4` 16NK \a  j4# |F &'v}Gc# Z: `&#
Cw;-K F,M}-Kt2u}*u[2nl IM/{[xI2t8!s$SzOL_1!)'<1nZN	 L8
e:CyA{oz>C|O09\-@_{FWpzüD`QЉ]ropF+Si!zm ̌j;Ygp &
cµt'voj<hzVoC xQD"9\ y	 QFJ+
x hcB, M%
oj|OpO'vNr%-Lma\V0%'$uY@<0!uzqQt RjD0˦1!`?<1>:ЍND_ޟ	 ⩷:ȹ#^Olqwty݇]57.nj띒JM
E_X"#MrR?2Pbx QcT3o'fD"uy>ƚʛ%W}-+GCS" 5q1]w7z!w2F Usi pͦ1w=uԪz[Oknyxs,}LŐIcu'@H{iI:Zd=z;H6WUwV=VYq@qLo'3ޮtuVx ~V=K ^h?A̼8.
е'MdcE)=U憎7HGt6Ba4;-q8	#kooā8p܄m 0wڸhjr]?(AU	 ~6U`|KTÖn	ߵɮ]a[T,A 
8'@|.qh7<-ck-
jw~Z-0m6+W]Kq`$V(YCN!Uṇ!~qhd
.~q`7^̆= s?ďT1gmw2k4==A| ~zY_?
\[=fzK_bH |1@\тԦrWWu=>Ʊ snzxi#'?9AKe[@$x`cġeU\ooO YBO   A1"ZpfU a `FQ!"Zp\aqc7;l= ?BK0.nx
Ö3$@DTD0ZoNg k~ 3)	^tZH DL~>0_' Wo{?>r  C% QP($Yo-gc @ )z;q e 8 DA 撏a #, @ec=j rʗc?l;
`ʨ* xF+ 3 @(\f 0A آgdjx*4A  @4~Xv{  	aL.HD"|2  ayCU  `<T a   !  `~tת$J8n   ̯V=k!W  ?lD   tso~   <q!h=M{   q^    ~rf    0   _q    $q    $q     kfaq     Fvyq    $q    $q    $q    $q    $q    $x˲    u//X   T                       Yr   qƗ    T     	   @@VLsq    $q    $q    $q    $q    $q    $}aRR3    8   Wa|   xGe   	a   	a   	a   	a   	a   	a   	a   	a   I_~{8   ƭ0   ̍?~)Ѧ   L]aKrK뫁   GT     󹁷   *0   0   0   0   0   0   0   0   U_f   0w\q,=   `Ц   0   0   0   0   0   0   0   0   0   L]Iq    4x\    掫0^(   0whS   TZ_xa   	a   	a   	a   	a   	a   	a   	a   IWTk    2   dd71   `4   T       O*}Y4   ̍솭ٖ$YCuS[ThP(>@    FNvC<<$9]~Һ5-gs   #OaWVםwtIESUWTZ_e   @\M{=zlcK|vRwVii   zt諭=pgKˍߴZZJk*o*ohi  K4ͳs}eϫf   OϾ;l6xa=zzo5mZ1Ͱ   LMhaZ#_~ÐyqDӊsX='v]1gd   Xyr˒zRZ_$FUdĶ'ONzN  w9<29*P(V^fddO<Z1AzD0Oη'SZX|CC  \ƯdKqec	`?OX;\83LM|   zƧ`]JxCIB;  ܙ0)`>wN饾Rc   DߜNs/^z}Pc8tc%IW  `|.y2%%j<mz  Џ0>lT6OTO.HDq>  uqW	LՋT*Ŋ9{  0m#nڸVn1P*-KRk˗6<| 6L4ͳsOm\4O_39+Wg@EA` p7@f<][ooP?wl&jSyؒ$<<:ޭ*ܡ38ZGb-{1V/v=0 *<KkxVWV?
mFꅢ
oTK/Hy Ƭ>Dzh`*8:B'fϫv.:aG
fǤa^	 6D^G0x.g^wO5YOkC[^f1-/^~ڵ&0WIüD0+-q|YHF%o-/җOwQ m6y A	h!bmd׻_&mv?!z[^MYRBU.5;~a@43:m: HL D?9tUM?8%ϩju}m
m+	̄Mi
q-lu]}>{߸ت~oSkG9
V&tG30/amT t!#@0VهWk<;emmM}2&Up DnGL f0w,aY
aBT@D$T>x0H$|F2wUp `}["x#^@`F]twF.Wۨ`o~۷0q|^57KokߪLЍPD '}>a*zESBq҇Up`lucbh WV}Z>c?OUZ_	FЍ.L  7u]sQD9zn Gch tFleѾ']o6T@ ̲L0jǖvYq N 2,rg"S<IL.ūJ	V0 ?/aWZǾf3:
^8
%%	I҂yT 5nalj
T1RiCԢRiCD*L	  L*auSiNC	[x 5!q['p  Q*dj1w+`m4  jw]".\hUKJ&BMlg{]ԞFX `'0M̶Vxm!mDX Ʃcִ{a 0*Td=u:.
2NU^v0foa]
u @vYUVp\i&n"Rieu-gsO VX{#CہĮsE$DgAgwedUZ_
{(SBX ҏjRM%0ި}_`RgxYVt7vC:  8-7lYTN{̓iQtuVgqeqn|U
{(3I  տe=m]Ǎ^?6iQ4޲]
[:j;fa  ƗY
[{GuX>n^9l&
AhWSi#/d^0Pw>pf+  b8koPvXVU|Z*D}⥟u*!hѷ ʩ2V;V,8MԖ<>hms$* /L1TI2
饙xlN|NZ][?gQ)' KN'LR-9Z^uo+~c*ubϾ_ǭb8 q8%SZXzSK?2قrJ33.junS5
 $卋)Tp*pt%;eC_/l M2N|K
-,)*-haMG=v֍[
n @L2nӲӴqڒ]]Iɜv WVTyV$;O!Ӣ2Z;^.)2ȚY
tӻyk~3 ZʳcӍ|Owf[axJ[{Η޾qIzҽ;V#6  $7lYTNo;^8sVP2D;VyɜT |SvuT}Dٷ}IDI?iN:a|{Sicvew+!hRT WΖjJ?WTzZ8ʛikOdZ7.I|B%v #uO+TT;TjhJaܦ5RiN;J?^}v
 ]U}K
[oe=T:q5=0hJ&N7Ξ>G-NqC n*-o/a$QׁUQYUZ}c3~bW0Gq|N_
mB7  2eIye7ѭphxX>x1Tunò)
|]յc>-&  u;dpOm(cZ_B]D:͹T:EcYƹ29xL׆~:nX WS11I9U{RsJ&Y{](
[7nmέF<RwRj^N"sD1!-mŋdZ'TN?յҊl̶l5L88f {b۾^"xwu~:\ԂR%%_HC*  vIDATHpZʍَR +oys؝ {g>G94pNK?2ق2?Tz
8l\]~ҽ;S
  Wx$L7iAHk.ZU$oN  axΒJZXzS*M߸^p    <3ƻR;KzV6Yv+hSi/TV
  Gۣ
kgI/;JZ4r2iI*dP(Ⱥ7ul8  0i-.aS0%mdO\X|CK9~%@ZU$i
  aȲG@|4$\8J*U2_pvök!  Q3v3ǥz]RkBEfs@͆^8Q2袢M	WZ_'/opxk2}])  tZ~9?&;''u0e+3ЁtܨkeJfKK:j[Y6[  %$i?6Ɲ=o*ӋQKߵ>y]<7Ġ+O~
WvXV5aGg5U?'
20$i,ʼ`",RH!:<tΠ-ztdYw\e$ʠ.jf3!  jwB@/92-[y{CeUt89nuSvJGE;//g:,  Ut|ԋ΀fd^(Pp&Wvk>n؞:$^?yl%  D0RRpOӬYCZAzð֍O^{q+GV%2mqS,ݯR8o ;q't?9b7A;8{-GT ¸0Z<_ԊiN%m<W핮c튷WAra 0AV~ThN;m\4g.GiqTτ  +aI/zV눻f:i  Ȇq'jfEmQg[  @f*;	##mſ~w 
  bkø  ],øZvF[  @x&;N[  l0dZ   ]ܬ   id!z    IENDB`       cREVGeneral    revUniqueID  
1133472457630 $+  	 ilocal sSequence
local sFrames
local sStrokes
local sFills
local sPaths

local sFrame
local sFrameCount
local sFrameUntil

local sTime
local sInterval
local sMessage

local sRateFrames
local sRateUpdates

local sState

on moviePlay pUntil
  if sState is not empty then
     movieStop
  end if
  
  put the cSequence of me into sSequence
  put the cFrames of me into sFrames
  put the cFills of me into sFills
  put the cStrokes of me into sStrokes
  put the cPaths of me into sPaths
  
  split sSequence by return
  split sFrames by return
  split sStrokes by return
  split sFills by return
  split sPaths by return
  
  put the number of lines of the keys of sSequence into sFrameCount
  
  put 0 into sFrame
  put 0 into sRateFrames
  put 0 into sRateUpdates
  
  if pFrame is empty then
    put sFrameCount into sFrameUntil
  else
    put pUntil into sFrameUntil
  end if
   
  movieStep
  put 1000 / the cSpeed of me into sInterval
  put the milliseconds into sTime
   
  send "moviePoll" to me in sInterval milliseconds
  put the result into sMessage
   
  put "playing" into sState
   
  return empty
end moviePlay

on moviePause
  if sState is not "playing" then
    exit moviePause
  end if
  
  if sMessage is not empty then
    cancel sMessage
  end if
  
  put "paused" into sState
end moviePause

on movieResume
  if sState is not "paused" then
    exit movieResume
  end if
  
  local tCurrentTime
  put the milliseconds into tCurrentTime
  put tCurrentTime - sFrame * sInterval into sTime
  
  put "playing" into sState
  
  send "moviePoll" to me in sInterval milliseconds
end movieResume

on movieStop
  if sState is empty then
    exit movieStop
  end if
  
  if sMessage is not empty then
    cancel sMessage
  end if
  
  put empty into sSequence
  put empty into sFrames
  put empty into sFills
  put empty into sStrokes
  put empty into sPaths
  
  put empty into sState
end movieStop


on moviePoll
  local tCurrentTime, tTargetFrame
  
  put empty into sMessage
  
  if sState is not "playing" then
    exit moviePoll
  end if
  
  put the milliseconds into tCurrentTime
  put min(trunc((tCurrentTime - sTime) / sInterval + 0.0000001), sFrameCount) into tTargetFrame
  
  lock screen
  lock messages
  repeat while sFrame < tTargetFrame
    movieStep
    add 1 to sRateFrames
  end repeat
  unlock messages
  unlock screen
  
  add 1 to sRateUpdates
  
  if sFrame is sFrameCount then
    movieStop
    try
      movieStopped
    catch tError
    end try
  else if sFrame is sFrameUntil then
    put sFrameCount into sFrameUntil
    moviePause
    try
      moviePaused
    catch tError
    end try
  else
    send "moviePoll" to me in max(0, sTime + ((tTargetFrame + 1) * sInterval) - tCurrentTime) milliseconds
  end if
end moviePoll

on movieStep
  local tFrame
  
  lock screen
  lock messages
  
  repeat while the number of graphics of me > 0
    delete graphic 1 of me
  end repeat
  
  add 1 to sFrame
  put sFrames[sSequence[sFrame]] into tFrame
  
  set the lineDelimiter to tab
  
  reset the templateGraphic
  set the style of the templateGraphic to "polygon"
  set the lineSize of the templateGraphic to 0
  
  local tEntity
  repeat for each line tEntity in tFrame
    local tFill, tStroke, tPath, tPosition
    
    put sPaths[word 1 of tEntity] into tPath
    put word 2 of tEntity into tPosition
    put sFills[word 3 of tEntity] into tFill 
    put sStrokes[word 4 of tEntity] into tStroke
    
    if tFill is empty then
      set the filled of the templateGraphic to false
    else
      set the filled of the templateGraphic to true
      set the brushColor of the templateGraphic to tFill
    end if
    
    if tStroke is empty then
      set the lineSize of the templateGraphic to 0
    end if
    
    local tPoint
    replace space with return in tPath
    put item 1 of tPosition + the left of me, item 2 of tPosition + the top of me into tPoint
    set the rectangle of the templateGraphic to tPoint, tPoint
    set the relativePoints of the templateGraphic to tPath
    if tStroke is not empty then
      set the lineSize of the templateGraphic to word 2 of tStroke
      set the penColor of the templateGraphic to word 1 of tStroke
    end if
    create graphic in me
  end repeat
  
  unlock messages
  unlock screen
end movieStep
            @  cFrames  1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	153 74,9 2 0	154 78,9 4 0	155 82,19 20 0	156 83,26 20 0	157 9,18 2 0	158 11,20 4 0	159 14,32 20 0	160 20,43 20 0	161 50,17 2 0	162 51,18 28 0	163 28,43 0 2	163 28,43 1 0	164 31,65 3 0	165 87,55 3 0	166 87,54 2 0	167 31,65 2 0	168 34,20 2 0	169 32,42 2 0	170 36,20 28 0	171 34,45 29 0	172 67,49 5 0	173 56,58 2 0	174 57,54 3 0	175 61,60 4 0	176 66,46 3 0	177 66,47 2 0	172 67,49 5 0	178 78,51 2 0	179 42,52 3 0	180 45,56 2 0	181 46,57 5 0	182 41,60 2 0	183 60,49 4 0	184 43,86 30 0	185 76,76 31 0	186 70,87 31 0	187 32,32 2 0	188 33,33 28 0	189 61,22 32 0	190 38,24 33 0	191 54,18 5 0	192 64,35 32 0	193 74,54 5 0	194 43,62 5 0	195 29,62 5 0	196 87,52 5 0	197 59,22 5 0	198 56,71 34 0	199 50,57 2 0	200 71,50 2 0	201 54,69 2 0	202 40,55 2 0	203 41,56 35 0	204 67,60 30 0	205 45,70 30 0	206 73,57 31 0	207 43,67 31 0	208 59,78 3 0	209 65,72 5 0	210 76,111 2 0	211 77,73 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	228 37,43 2 0	229 38,43 35 0	230 45,45 30 0	231 64,36 2 0	232 65,36 35 0	233 66,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	153 74,9 2 0	154 78,9 4 0	155 82,19 20 0	156 83,26 20 0	157 9,18 2 0	158 11,20 4 0	159 14,32 20 0	160 20,43 20 0	161 50,17 2 0	162 51,18 28 0	163 28,43 0 2	163 28,43 1 0	164 31,65 3 0	165 87,55 3 0	166 87,54 2 0	167 31,65 2 0	168 34,20 2 0	169 32,42 2 0	170 36,20 28 0	171 34,45 29 0	172 67,49 5 0	173 56,58 2 0	174 57,54 3 0	175 61,60 4 0	176 66,46 3 0	177 66,47 2 0	172 67,49 5 0	178 78,51 2 0	179 42,52 3 0	180 45,56 2 0	181 46,57 5 0	182 41,60 2 0	183 60,49 4 0	184 43,86 30 0	185 76,76 31 0	186 70,87 31 0	187 32,32 2 0	188 33,33 28 0	189 61,22 32 0	190 38,24 33 0	191 54,18 5 0	192 64,35 32 0	193 74,54 5 0	194 43,62 5 0	195 29,62 5 0	196 87,52 5 0	197 59,22 5 0	198 56,71 34 0	199 50,57 2 0	200 71,50 2 0	201 54,69 2 0	202 40,55 2 0	203 41,56 35 0	204 67,60 30 0	205 45,70 30 0	206 73,57 31 0	207 43,67 31 0	208 59,78 3 0	209 65,72 5 0	210 76,111 2 0	211 77,73 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	228 37,43 2 0	229 38,43 35 0	230 45,45 30 0	231 64,36 2 0	232 65,36 35 0	233 66,39 30 0	234 -115,-58 5 0	235 0,0 0 1	236 45,48 36 0	237 45,48 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	238 73,8 2 0	239 76,8 4 0	240 81,18 20 0	241 82,25 20 0	242 9,19 2 0	243 10,21 4 0	244 13,34 20 0	245 19,45 20 0	246 48,17 2 0	247 50,18 28 0	248 28,42 0 2	248 28,42 1 0	249 31,66 3 0	165 87,54 3 0	250 86,53 2 0	251 31,66 2 0	252 33,20 2 0	253 33,41 2 0	254 35,20 28 0	255 34,44 29 0	256 67,48 5 0	257 56,58 2 0	258 57,54 3 0	259 61,59 4 0	260 65,46 3 0	261 66,47 2 0	256 67,48 5 0	262 77,50 2 0	263 42,52 3 0	264 45,56 2 0	265 46,57 5 0	266 41,60 2 0	267 59,48 4 0	268 44,86 30 0	269 76,75 31 0	270 71,86 31 0	271 31,32 2 0	272 32,33 28 0	273 60,22 32 0	274 37,25 33 0	275 52,18 5 0	276 63,35 32 0	277 74,53 5 0	278 43,62 5 0	279 29,62 5 0	280 87,51 5 0	281 57,22 5 0	282 56,71 34 0	283 50,57 2 0	284 70,49 2 0	285 54,68 2 0	286 40,54 2 0	287 42,55 35 0	288 67,59 30 0	289 45,70 30 0	290 72,56 31 0	291 43,67 31 0	292 60,77 3 0	293 65,72 5 0	219 77,111 2 0	294 77,73 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	295 37,43 2 0	296 38,44 35 0	297 44,46 30 0	298 64,35 2 0	299 64,36 35 0	300 65,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	301 72,7 2 0	302 75,8 4 0	303 80,16 20 0	304 81,24 20 0	305 8,20 2 0	306 9,22 4 0	307 12,35 20 0	308 19,46 20 0	309 47,17 2 0	310 48,18 28 0	311 28,42 0 2	311 28,42 1 0	312 31,67 3 0	313 87,53 3 0	314 86,52 2 0	315 31,66 2 0	316 32,19 2 0	317 33,40 2 0	318 34,20 28 0	319 35,43 29 0	320 66,48 5 0	321 56,58 2 0	322 57,54 3 0	259 61,59 4 0	323 65,45 3 0	324 66,46 2 0	320 66,48 5 0	325 77,49 2 0	326 42,53 3 0	327 44,56 2 0	328 46,57 5 0	329 40,61 2 0	267 59,48 4 0	330 45,85 30 0	331 77,75 31 0	332 71,86 31 0	333 30,31 2 0	334 31,32 28 0	335 58,22 32 0	336 36,25 33 0	54 51,18 5 0	337 62,34 32 0	338 73,52 5 0	339 43,63 5 0	340 29,63 5 0	196 86,50 5 0	341 56,22 5 0	342 57,71 34 0	343 50,57 2 0	344 70,49 2 0	345 54,68 2 0	346 41,53 2 0	347 42,54 35 0	348 67,58 30 0	349 46,70 30 0	350 72,55 31 0	351 44,67 31 0	352 60,77 3 0	353 65,71 5 0	354 79,110 2 0	355 77,72 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	356 37,44 2 0	357 38,45 35 0	358 44,47 30 0	359 63,35 2 0	360 63,35 35 0	361 64,38 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	362 70,6 2 0	363 74,7 4 0	364 80,15 20 0	365 80,23 20 0	366 7,21 2 0	367 8,23 4 0	368 12,36 20 0	369 18,47 20 0	370 46,18 2 0	371 47,18 28 0	372 28,41 0 2	372 28,41 1 0	373 31,67 3 0	374 86,52 3 0	375 85,51 2 0	315 31,67 2 0	376 32,19 2 0	377 33,40 2 0	378 34,20 28 0	379 34,43 29 0	380 66,47 5 0	381 56,57 2 0	382 57,54 3 0	383 61,59 4 0	384 65,45 3 0	385 65,46 2 0	380 66,47 5 0	386 76,49 2 0	387 42,53 3 0	388 44,56 2 0	389 45,57 5 0	390 40,61 2 0	391 58,48 4 0	392 46,85 30 0	393 77,74 31 0	394 72,86 31 0	395 30,31 2 0	396 31,32 28 0	397 57,21 32 0	398 36,25 33 0	399 49,19 5 0	400 61,34 32 0	277 73,52 5 0	401 43,63 5 0	402 29,64 5 0	403 86,49 5 0	404 55,22 5 0	405 57,70 34 0	406 49,57 2 0	407 69,48 2 0	408 55,67 2 0	409 41,53 2 0	410 43,54 35 0	411 67,58 30 0	412 46,70 30 0	413 72,55 31 0	414 44,67 31 0	415 61,76 3 0	416 65,71 5 0	219 80,109 2 0	417 77,71 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	418 36,44 2 0	419 38,45 35 0	420 44,47 30 0	421 62,34 2 0	422 63,35 35 0	423 64,38 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	424 69,6 2 0	425 73,6 4 0	426 79,14 20 0	427 79,22 20 0	428 6,22 2 0	429 7,24 4 0	430 11,38 20 0	431 17,48 20 0	432 44,18 2 0	433 45,18 28 0	434 28,40 0 2	434 28,40 1 0	435 31,68 3 0	436 86,50 3 0	437 85,50 2 0	438 31,68 2 0	439 31,19 2 0	440 32,39 2 0	441 33,20 28 0	442 34,42 29 0	443 66,47 5 0	444 56,57 2 0	445 57,54 3 0	446 60,59 4 0	447 64,44 3 0	448 65,46 2 0	443 66,47 5 0	449 76,48 2 0	450 42,53 3 0	451 44,57 2 0	452 45,58 5 0	453 40,62 2 0	391 58,48 4 0	454 48,85 30 0	455 78,73 31 0	456 72,85 31 0	457 29,30 2 0	458 30,31 28 0	459 56,22 32 0	460 35,26 33 0	461 48,19 5 0	462 60,33 32 0	277 73,51 5 0	463 43,63 5 0	464 29,64 5 0	465 85,48 5 0	466 53,22 5 0	467 58,70 34 0	468 49,57 2 0	469 69,48 2 0	470 55,67 2 0	471 42,52 2 0	472 44,53 35 0	473 67,57 30 0	474 47,70 30 0	475 72,54 31 0	476 45,67 31 0	477 61,75 3 0	478 66,70 5 0	479 82,108 2 0	480 78,70 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	481 36,45 2 0	482 37,46 35 0	483 43,48 30 0	231 61,34 2 0	232 62,34 35 0	233 63,37 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	484 68,5 2 0	485 72,6 4 0	486 78,13 20 0	487 78,21 20 0	488 6,24 2 0	489 7,26 4 0	490 10,39 20 0	491 17,49 20 0	492 43,18 2 0	493 44,19 28 0	494 28,40 0 2	494 28,40 1 0	495 31,69 3 0	496 85,49 3 0	497 85,49 2 0	498 31,68 2 0	499 30,19 2 0	500 32,38 2 0	501 32,20 28 0	502 34,41 29 0	503 65,47 5 0	504 56,57 2 0	505 57,54 3 0	506 60,58 4 0	507 64,44 3 0	508 65,45 2 0	503 65,47 5 0	509 75,47 2 0	510 42,54 3 0	511 44,57 2 0	512 45,58 5 0	513 40,62 2 0	514 57,48 4 0	515 49,84 30 0	516 79,72 31 0	517 73,85 31 0	518 29,30 2 0	519 30,31 28 0	520 54,22 32 0	521 34,26 33 0	399 46,19 5 0	522 59,32 32 0	523 72,50 5 0	524 43,63 5 0	279 29,65 5 0	525 85,47 5 0	526 52,22 5 0	527 58,69 34 0	528 49,57 2 0	529 68,47 2 0	530 56,66 2 0	531 42,51 2 0	532 44,52 35 0	533 67,56 30 0	534 47,70 30 0	535 71,53 31 0	536 45,67 31 0	537 62,75 3 0	538 66,70 5 0	539 83,107 2 0	355 78,70 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	540 36,46 2 0	541 37,46 35 0	542 43,48 30 0	298 61,33 2 0	299 61,34 35 0	300 62,37 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	543 67,5 2 0	544 71,5 4 0	545 77,12 20 0	546 77,20 20 0	547 5,25 2 0	548 6,27 4 0	549 9,41 20 0	550 16,50 20 0	551 42,18 2 0	552 43,19 28 0	553 28,39 0 2	553 28,39 1 0	554 32,69 3 0	555 85,48 3 0	556 84,48 2 0	557 31,69 2 0	558 30,19 2 0	559 32,38 2 0	560 31,20 28 0	561 34,41 29 0	562 65,46 5 0	563 56,57 2 0	564 57,54 3 0	259 60,58 4 0	565 64,44 3 0	566 64,45 2 0	562 65,46 5 0	567 75,47 2 0	568 41,54 3 0	569 44,57 2 0	570 45,58 5 0	571 40,62 2 0	572 57,48 4 0	573 50,84 30 0	574 79,71 31 0	575 74,84 31 0	576 28,30 2 0	577 29,31 28 0	578 53,22 32 0	579 34,27 33 0	54 45,19 5 0	580 58,32 32 0	277 72,50 5 0	581 43,63 5 0	279 29,66 5 0	582 84,46 5 0	583 50,23 5 0	584 58,68 34 0	585 49,58 2 0	586 68,47 2 0	587 56,66 2 0	588 43,50 2 0	589 45,51 35 0	590 67,55 30 0	591 47,70 30 0	592 71,52 31 0	593 45,68 31 0	594 62,74 3 0	595 66,69 5 0	596 84,105 2 0	211 78,69 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	597 35,46 2 0	598 37,47 35 0	599 43,49 30 0	359 60,33 2 0	360 60,33 35 0	361 61,36 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	600 66,4 2 0	601 70,5 4 0	602 76,11 20 0	603 76,19 20 0	604 4,26 2 0	605 5,28 4 0	606 9,42 20 0	607 16,51 20 0	608 40,19 2 0	609 41,19 28 0	610 28,38 0 2	610 28,38 1 0	611 32,70 3 0	612 84,48 3 0	613 84,48 2 0	438 31,70 2 0	614 29,19 2 0	615 31,37 2 0	616 31,20 28 0	617 34,40 29 0	618 65,46 5 0	619 55,57 2 0	564 57,54 3 0	259 60,58 4 0	620 63,43 3 0	621 64,45 2 0	618 65,46 5 0	622 74,46 2 0	623 41,55 3 0	624 44,57 2 0	625 45,58 5 0	626 40,63 2 0	514 56,48 4 0	627 51,84 30 0	628 80,70 31 0	629 74,84 31 0	630 28,29 2 0	631 29,30 28 0	632 52,22 32 0	633 33,27 33 0	461 44,20 5 0	634 57,31 32 0	635 72,49 5 0	636 43,64 5 0	279 29,67 5 0	637 84,45 5 0	638 49,23 5 0	639 59,68 34 0	640 48,58 2 0	641 67,47 2 0	642 56,65 2 0	643 43,50 2 0	644 45,51 35 0	645 67,55 30 0	646 48,70 30 0	647 71,52 31 0	648 46,68 31 0	649 63,74 3 0	650 66,69 5 0	596 85,104 2 0	651 78,68 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	652 35,47 2 0	653 36,47 35 0	654 42,49 30 0	421 59,32 2 0	422 60,33 35 0	423 61,36 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 114,99 27 0	146 111,86 2 0	147 97,76 1 0	147 97,76 0 1	148 100,86 3 0	149 105,81 4 0	150 112,86 4 0	151 132,110 4 0	152 92,75 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	212 85,63 31 0	213 79,74 31 0	214 83,58 1 0	215 83,58 0 1	216 66,70 1 0	216 66,70 0 1	217 69,83 2 0	218 79,91 2 0	219 85,98 2 0	220 73,73 4 0	221 69,81 4 0	222 70,81 2 0	223 91,90 4 0	224 91,97 3 0	225 80,85 3 0	226 87,95 3 0	227 86,65 3 0	211 86,60 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	716 114,101 27 0	717 111,87 2 0	718 97,78 1 0	718 97,78 0 1	719 101,88 3 0	720 105,83 4 0	150 112,88 4 0	721 132,111 4 0	722 92,77 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	723 85,65 31 0	724 79,75 31 0	725 84,60 1 0	726 84,60 0 1	727 66,72 1 0	727 66,72 0 1	728 69,85 2 0	218 79,93 2 0	219 85,100 2 0	729 73,75 4 0	730 69,83 4 0	731 71,83 2 0	732 92,91 4 0	733 91,99 3 0	734 80,87 3 0	226 87,97 3 0	735 86,67 3 0	294 86,62 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	736 114,103 27 0	737 111,89 2 0	738 97,80 1 0	738 97,80 0 1	739 101,90 3 0	740 105,84 4 0	741 112,90 4 0	151 132,113 4 0	742 92,79 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	743 85,66 31 0	744 79,77 31 0	745 84,61 1 0	746 84,61 0 1	747 67,73 1 0	747 67,73 0 1	748 69,86 2 0	749 79,95 2 0	219 85,102 2 0	750 73,77 4 0	730 69,85 4 0	731 71,85 2 0	732 92,93 4 0	751 91,101 3 0	752 80,89 3 0	753 87,98 3 0	754 86,68 3 0	755 86,63 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	756 115,104 27 0	757 112,91 2 0	758 97,81 1 0	758 97,81 0 1	148 101,91 3 0	759 105,86 4 0	760 113,92 4 0	100 132,115 4 0	761 92,81 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	762 85,68 31 0	763 80,79 31 0	764 84,63 1 0	765 84,63 0 1	766 67,75 1 0	766 67,75 0 1	728 69,88 2 0	767 79,96 2 0	219 85,103 2 0	768 73,78 4 0	769 69,87 4 0	770 71,87 2 0	771 92,95 4 0	772 91,103 3 0	773 80,90 3 0	774 87,100 3 0	775 86,70 3 0	211 86,65 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	776 115,106 27 0	777 112,92 2 0	778 97,83 1 0	778 97,83 0 1	148 101,93 3 0	779 105,88 4 0	780 113,93 4 0	781 132,116 4 0	782 92,82 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	783 85,70 31 0	784 80,80 31 0	785 84,65 1 0	786 84,65 0 1	787 67,77 1 0	787 67,77 0 1	728 69,90 2 0	749 79,98 2 0	354 86,105 2 0	220 74,80 4 0	730 69,88 4 0	788 71,88 2 0	789 92,96 4 0	751 91,104 3 0	790 81,92 3 0	226 88,102 3 0	227 87,72 3 0	791 86,67 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1	792 44,45 36 0	793 44,45 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	794 115,108 27 0	795 112,94 2 0	796 98,85 1 0	796 98,85 0 1	797 101,95 3 0	798 106,89 4 0	150 113,95 4 0	799 133,118 4 0	800 93,84 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	801 86,71 31 0	802 80,82 31 0	803 84,66 1 0	804 84,66 0 1	805 67,79 1 0	805 67,79 0 1	806 70,91 2 0	218 80,100 2 0	219 86,107 2 0	807 74,82 4 0	808 70,90 4 0	809 71,90 2 0	810 92,98 4 0	733 92,106 3 0	811 81,94 3 0	812 88,103 3 0	813 87,74 3 0	294 87,69 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1	792 44,45 36 0	793 44,45 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	794 115,108 27 0	795 112,94 2 0	796 98,85 1 0	796 98,85 0 1	797 101,95 3 0	798 106,89 4 0	150 113,95 4 0	799 133,118 4 0	800 93,84 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	801 86,71 31 0	802 80,82 31 0	803 84,66 1 0	804 84,66 0 1	805 67,79 1 0	805 67,79 0 1	806 70,91 2 0	218 80,100 2 0	219 86,107 2 0	807 74,82 4 0	808 70,90 4 0	809 71,90 2 0	810 92,98 4 0	733 92,106 3 0	811 81,94 3 0	812 88,103 3 0	813 87,74 3 0	294 87,69 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	814 114,105 27 0	815 111,91 2 0	816 97,82 1 0	816 97,82 0 1	817 101,92 3 0	818 105,87 4 0	150 112,92 4 0	819 132,115 4 0	722 92,81 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	820 85,69 31 0	821 79,80 31 0	822 84,64 1 0	823 84,64 0 1	824 67,76 1 0	824 67,76 0 1	728 69,89 2 0	749 79,97 2 0	219 85,104 2 0	768 73,79 4 0	825 69,87 4 0	826 71,87 2 0	827 92,96 4 0	828 91,103 3 0	829 80,91 3 0	774 87,101 3 0	775 86,71 3 0	294 86,66 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	830 114,102 27 0	831 111,89 2 0	832 97,80 1 0	832 97,80 0 1	833 100,89 3 0	834 105,84 4 0	835 112,90 4 0	151 132,113 4 0	836 92,79 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	837 85,66 31 0	802 79,77 31 0	838 83,61 1 0	839 83,61 0 1	840 66,73 1 0	840 66,73 0 1	217 69,86 2 0	841 79,94 2 0	210 85,101 2 0	842 73,76 4 0	843 69,85 4 0	844 70,85 2 0	845 91,93 4 0	846 91,101 3 0	847 80,88 3 0	226 87,98 3 0	848 86,68 3 0	211 86,63 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	849 113,100 27 0	850 110,86 2 0	851 96,77 1 0	851 96,77 0 1	852 100,87 3 0	853 104,82 4 0	150 111,87 4 0	854 131,110 4 0	722 91,76 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	855 84,64 31 0	856 78,74 31 0	857 83,59 1 0	858 83,59 0 1	859 66,71 1 0	859 66,71 0 1	728 68,84 2 0	749 78,92 2 0	219 84,99 2 0	750 72,74 4 0	730 68,82 4 0	731 70,82 2 0	732 91,90 4 0	751 90,98 3 0	752 79,86 3 0	774 86,96 3 0	775 85,66 3 0	294 85,61 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1	792 44,45 36 0	793 44,45 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 113,97 27 0	146 110,84 2 0	147 96,74 1 0	147 96,74 0 1	148 99,84 3 0	149 104,79 4 0	150 111,84 4 0	151 131,108 4 0	152 91,73 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	212 84,61 31 0	213 78,72 31 0	214 82,56 1 0	215 82,56 0 1	216 65,68 1 0	216 65,68 0 1	217 68,81 2 0	218 78,89 2 0	219 84,96 2 0	220 72,71 4 0	221 68,79 4 0	222 69,79 2 0	223 90,88 4 0	224 90,95 3 0	225 79,83 3 0	226 86,93 3 0	227 85,63 3 0	211 85,58 5 0	713 35,47 2 0	714 36,48 35 0	715 42,50 30 0	231 58,32 2 0	232 59,32 35 0	233 60,35 30 0	234 -115,-58 5 0	235 0,0 0 1	792 44,45 36 0	793 44,45 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 113,97 27 0	146 110,84 2 0	147 96,74 1 0	147 96,74 0 1	148 99,84 3 0	149 104,79 4 0	150 111,84 4 0	151 131,108 4 0	152 91,73 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	212 84,61 31 0	213 78,72 31 0	214 82,56 1 0	215 82,56 0 1	216 65,68 1 0	216 65,68 0 1	217 68,81 2 0	218 78,89 2 0	219 84,96 2 0	220 72,71 4 0	221 68,79 4 0	222 69,79 2 0	223 90,88 4 0	224 90,95 3 0	225 79,83 3 0	226 86,93 3 0	227 85,63 3 0	211 85,58 5 0	860 35,48 2 0	861 36,49 35 0	862 43,51 30 0	863 58,32 2 0	864 58,33 35 0	865 59,36 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 113,97 27 0	146 110,84 2 0	147 96,74 1 0	147 96,74 0 1	148 99,84 3 0	149 104,79 4 0	150 111,84 4 0	151 131,108 4 0	152 91,73 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	212 84,61 31 0	213 78,72 31 0	214 82,56 1 0	215 82,56 0 1	216 65,68 1 0	216 65,68 0 1	217 68,81 2 0	218 78,89 2 0	219 84,96 2 0	220 72,71 4 0	221 68,79 4 0	222 69,79 2 0	223 90,88 4 0	224 90,95 3 0	225 79,83 3 0	226 86,93 3 0	227 85,63 3 0	211 85,58 5 0	540 36,49 2 0	866 37,49 35 0	867 43,51 30 0	868 56,33 2 0	869 57,34 35 0	870 58,38 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	145 113,97 27 0	146 110,84 2 0	147 96,74 1 0	147 96,74 0 1	148 99,84 3 0	149 104,79 4 0	150 111,84 4 0	151 131,108 4 0	152 91,73 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	212 84,61 31 0	213 78,72 31 0	214 82,56 1 0	215 82,56 0 1	216 65,68 1 0	216 65,68 0 1	217 68,81 2 0	218 78,89 2 0	219 84,96 2 0	220 72,71 4 0	221 68,79 4 0	222 69,79 2 0	223 90,88 4 0	224 90,95 3 0	225 79,83 3 0	226 86,93 3 0	227 85,63 3 0	211 85,58 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	849 113,100 27 0	850 110,86 2 0	851 96,77 1 0	851 96,77 0 1	852 100,87 3 0	853 104,82 4 0	150 111,87 4 0	854 131,110 4 0	722 91,76 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	855 84,64 31 0	856 78,74 31 0	857 83,59 1 0	858 83,59 0 1	859 66,71 1 0	859 66,71 0 1	728 68,84 2 0	749 78,92 2 0	219 84,99 2 0	750 72,74 4 0	730 68,82 4 0	731 70,82 2 0	732 91,90 4 0	751 90,98 3 0	752 79,86 3 0	774 86,96 3 0	775 85,66 3 0	294 85,61 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	830 114,102 27 0	831 111,89 2 0	832 97,80 1 0	832 97,80 0 1	833 100,89 3 0	834 105,84 4 0	835 112,90 4 0	151 132,113 4 0	836 92,79 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	837 85,66 31 0	802 79,77 31 0	838 83,61 1 0	839 83,61 0 1	840 66,73 1 0	840 66,73 0 1	217 69,86 2 0	841 79,94 2 0	210 85,101 2 0	842 73,76 4 0	843 69,85 4 0	844 70,85 2 0	845 91,93 4 0	846 91,101 3 0	847 80,88 3 0	226 87,98 3 0	848 86,68 3 0	211 86,63 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	814 114,105 27 0	815 111,91 2 0	816 97,82 1 0	816 97,82 0 1	817 101,92 3 0	818 105,87 4 0	150 112,92 4 0	819 132,115 4 0	722 92,81 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	820 85,69 31 0	821 79,80 31 0	822 84,64 1 0	823 84,64 0 1	824 67,76 1 0	824 67,76 0 1	728 69,89 2 0	749 79,97 2 0	219 85,104 2 0	768 73,79 4 0	825 69,87 4 0	826 71,87 2 0	827 92,96 4 0	828 91,103 3 0	829 80,91 3 0	774 87,101 3 0	775 86,71 3 0	294 86,66 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1	792 44,45 36 0	793 44,45 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	794 115,108 27 0	795 112,94 2 0	796 98,85 1 0	796 98,85 0 1	797 101,95 3 0	798 106,89 4 0	150 113,95 4 0	799 133,118 4 0	800 93,84 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	801 86,71 31 0	802 80,82 31 0	803 84,66 1 0	804 84,66 0 1	805 67,79 1 0	805 67,79 0 1	806 70,91 2 0	218 80,100 2 0	219 86,107 2 0	807 74,82 4 0	808 70,90 4 0	809 71,90 2 0	810 92,98 4 0	733 92,106 3 0	811 81,94 3 0	812 88,103 3 0	813 87,74 3 0	294 87,69 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1	792 44,45 36 0	793 44,45 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	794 115,108 27 0	795 112,94 2 0	796 98,85 1 0	796 98,85 0 1	797 101,95 3 0	798 106,89 4 0	150 113,95 4 0	799 133,118 4 0	800 93,84 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	801 86,71 31 0	802 80,82 31 0	803 84,66 1 0	804 84,66 0 1	805 67,79 1 0	805 67,79 0 1	806 70,91 2 0	218 80,100 2 0	219 86,107 2 0	807 74,82 4 0	808 70,90 4 0	809 71,90 2 0	810 92,98 4 0	733 92,106 3 0	811 81,94 3 0	812 88,103 3 0	813 87,74 3 0	294 87,69 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	877 114,107 27 0	878 111,93 2 0	879 97,84 1 0	879 97,84 0 1	880 101,94 3 0	881 104,89 4 0	882 112,94 4 0	883 132,116 4 0	884 91,84 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	885 84,70 31 0	744 78,81 31 0	745 83,65 1 0	746 83,65 0 1	886 66,77 1 0	886 66,77 0 1	748 68,90 2 0	749 78,99 2 0	219 84,106 2 0	750 72,81 4 0	730 68,89 4 0	731 70,89 2 0	732 91,97 4 0	751 90,105 3 0	752 79,93 3 0	753 86,102 3 0	754 85,72 3 0	755 85,67 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	887 114,106 27 0	888 110,92 2 0	889 96,84 1 0	889 96,84 0 1	890 100,94 3 0	891 103,88 4 0	892 111,93 4 0	799 133,114 4 0	893 90,83 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	837 83,69 31 0	802 77,80 31 0	838 81,64 1 0	839 81,64 0 1	840 64,76 1 0	840 64,76 0 1	217 67,89 2 0	841 77,97 2 0	210 83,104 2 0	842 71,79 4 0	843 67,88 4 0	844 68,88 2 0	845 89,96 4 0	846 89,104 3 0	847 78,91 3 0	226 85,101 3 0	848 84,71 3 0	211 84,66 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	894 113,105 27 0	895 108,92 2 0	896 95,84 1 0	896 95,84 0 1	897 99,94 3 0	898 101,88 4 0	899 109,92 4 0	900 132,112 4 0	901 88,83 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	885 81,68 31 0	744 75,79 31 0	902 80,63 1 0	903 80,63 0 1	766 63,75 1 0	766 63,75 0 1	728 65,88 2 0	767 75,96 2 0	219 81,103 2 0	904 69,78 4 0	905 65,87 4 0	906 67,87 2 0	907 88,95 4 0	772 87,103 3 0	773 76,90 3 0	774 83,100 3 0	775 82,70 3 0	211 82,65 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	908 113,104 27 0	909 107,91 2 0	910 94,84 1 0	910 94,84 0 1	911 98,94 3 0	912 100,88 4 0	913 108,92 4 0	914 132,110 4 0	915 87,83 4 0	655 64,3 2 0	656 69,4 4 0	657 75,11 20 0	658 75,18 20 0	659 3,27 2 0	660 5,30 4 0	661 8,44 20 0	662 15,52 20 0	663 39,19 2 0	664 40,20 28 0	665 29,38 0 2	665 29,38 1 0	666 32,71 3 0	667 84,46 3 0	668 83,46 2 0	669 31,70 2 0	670 28,19 2 0	671 31,37 2 0	672 30,20 28 0	673 33,40 29 0	674 64,46 5 0	675 55,57 2 0	676 56,54 3 0	677 60,58 4 0	678 63,43 3 0	679 63,44 2 0	674 64,46 5 0	680 74,46 2 0	681 41,55 3 0	682 44,57 2 0	683 45,58 5 0	684 40,63 2 0	685 55,48 4 0	686 52,83 30 0	687 80,69 31 0	688 75,83 31 0	689 27,29 2 0	690 28,30 28 0	691 50,22 32 0	692 32,28 33 0	54 42,20 5 0	693 56,31 32 0	694 71,48 5 0	695 43,64 5 0	696 30,67 5 0	697 83,44 5 0	698 48,23 5 0	699 59,67 34 0	700 48,58 2 0	701 67,46 2 0	702 57,64 2 0	703 44,49 2 0	704 45,50 35 0	705 67,54 30 0	706 48,70 30 0	707 70,51 31 0	708 46,68 31 0	709 63,73 3 0	710 66,68 5 0	711 87,103 2 0	712 78,68 5 0	212 80,67 31 0	213 74,78 31 0	214 78,62 1 0	215 78,62 0 1	216 61,74 1 0	216 61,74 0 1	217 64,87 2 0	218 74,95 2 0	219 80,102 2 0	220 68,77 4 0	221 64,85 4 0	222 65,85 2 0	223 86,94 4 0	224 86,101 3 0	225 75,89 3 0	226 82,99 3 0	227 81,69 3 0	211 81,64 5 0	871 36,49 2 0	872 37,50 35 0	873 44,52 30 0	874 56,34 2 0	875 57,35 35 0	876 58,39 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	908 113,104 27 0	909 107,91 2 0	910 94,84 1 0	910 94,84 0 1	911 98,94 3 0	912 100,88 4 0	913 108,92 4 0	914 132,110 4 0	915 87,83 4 0	916 67,5 2 0	917 71,6 4 0	918 77,13 20 0	919 77,21 20 0	920 5,27 2 0	921 6,29 4 0	922 9,43 20 0	923 16,52 20 0	924 41,20 2 0	925 42,21 28 0	926 29,40 0 2	926 29,40 1 0	495 32,71 3 0	927 85,49 3 0	928 84,49 2 0	929 32,70 2 0	930 30,21 2 0	931 32,39 2 0	932 31,22 28 0	933 34,42 29 0	934 65,47 5 0	935 56,58 2 0	936 57,55 3 0	506 60,59 4 0	565 64,45 3 0	937 65,46 2 0	934 65,47 5 0	938 75,48 2 0	939 42,56 3 0	940 44,58 2 0	941 45,59 5 0	942 40,64 2 0	514 57,49 4 0	943 51,85 30 0	944 80,72 31 0	945 74,85 31 0	946 28,31 2 0	947 29,32 28 0	948 52,23 32 0	949 34,28 33 0	461 45,21 5 0	950 58,33 32 0	277 72,51 5 0	951 43,65 5 0	696 30,67 5 0	952 84,47 5 0	638 50,24 5 0	953 59,69 34 0	954 49,59 2 0	955 68,48 2 0	956 57,66 2 0	957 44,51 2 0	958 45,52 35 0	959 67,56 30 0	960 48,71 30 0	961 71,53 31 0	962 46,69 31 0	963 63,75 3 0	964 67,70 5 0	965 85,106 2 0	966 78,70 5 0	212 80,67 31 0	213 74,78 31 0	214 78,62 1 0	215 78,62 0 1	216 61,74 1 0	216 61,74 0 1	217 64,87 2 0	218 74,95 2 0	219 80,102 2 0	220 68,77 4 0	221 64,85 4 0	222 65,85 2 0	223 86,94 4 0	224 86,101 3 0	225 75,89 3 0	226 82,99 3 0	227 81,69 3 0	211 81,64 5 0	967 37,50 2 0	968 38,51 35 0	969 45,53 30 0	970 57,36 2 0	971 58,36 35 0	972 59,40 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	908 113,104 27 0	909 107,91 2 0	910 94,84 1 0	910 94,84 0 1	911 98,94 3 0	912 100,88 4 0	913 108,92 4 0	914 132,110 4 0	915 87,83 4 0	973 69,8 2 0	974 73,8 4 0	975 79,16 20 0	976 79,24 20 0	977 6,26 2 0	978 7,28 4 0	979 11,42 20 0	980 17,52 20 0	981 43,21 2 0	982 44,21 28 0	983 29,42 0 2	983 29,42 1 0	984 32,71 3 0	374 86,52 3 0	985 85,52 2 0	986 32,71 2 0	987 31,22 2 0	988 33,41 2 0	989 33,23 28 0	990 35,44 29 0	934 66,49 5 0	991 56,60 2 0	992 58,57 3 0	259 61,61 4 0	993 65,47 3 0	994 65,48 2 0	934 66,49 5 0	449 76,50 2 0	995 42,56 3 0	996 45,59 2 0	997 46,60 5 0	626 41,65 2 0	998 58,51 4 0	999 49,87 30 0	1000 79,74 31 0	1001 74,87 31 0	1002 29,33 2 0	1003 30,34 28 0	1004 55,24 32 0	1005 35,29 33 0	461 47,22 5 0	1006 59,35 32 0	277 73,53 5 0	1007 43,66 5 0	1008 30,68 5 0	465 85,50 5 0	1009 52,25 5 0	1010 59,72 34 0	343 50,60 2 0	586 69,50 2 0	1011 56,69 2 0	1012 43,54 2 0	1013 45,55 35 0	1014 67,59 30 0	1015 48,72 30 0	1016 72,56 31 0	1017 46,70 31 0	1018 63,77 3 0	1019 67,72 5 0	1020 84,109 2 0	1021 78,72 5 0	212 80,67 31 0	213 74,78 31 0	214 78,62 1 0	215 78,62 0 1	216 61,74 1 0	216 61,74 0 1	217 64,87 2 0	218 74,95 2 0	219 80,102 2 0	220 68,77 4 0	221 64,85 4 0	222 65,85 2 0	223 86,94 4 0	224 86,101 3 0	225 75,89 3 0	226 82,99 3 0	227 81,69 3 0	211 81,64 5 0	1022 38,51 2 0	1023 39,52 35 0	1024 46,54 30 0	1025 58,37 2 0	1026 59,38 35 0	1027 60,42 30 0	234 -115,-58 5 0	235 0,0 0 1
1 1,94 1 0	1 1,94 0 1	2 39,153 2 0	2 33,160 2 0	3 27,159 2 0	4 18,148 2 0	5 20,147 3 0	6 17,149 3 0	7 16,118 3 0	8 16,126 3 0	9 6,125 3 0	10 6,98 4 0	11 44,158 5 0	12 44,158 2 0	13 37,165 5 0	14 37,165 2 0	15 22,164 2 0	16 22,161 3 0	17 18,163 3 0	18 14,152 3 0	19 103,88 6 0	20 103,88 0 1	21 143,165 4 0	22 -46,144 7 0	22 -46,144 0 1	23 -48,137 8 0	23 -48,137 0 1	24 -45,155 2 0	25 -46,157 2 0	26 -45,152 2 0	27 -44,138 9 0	28 -24,148 9 0	29 -24,156 9 0	30 -47,134 10 0	30 -47,134 0 1	31 -48,129 11 0	31 -48,129 0 1	32 -46,143 2 0	33 -46,145 2 0	34 -47,142 2 0	35 -45,130 12 0	36 -25,135 12 0	37 -25,141 12 0	38 -54,167 5 0	38 -54,167 0 2	38 -54,167 13 0	39 -53,168 14 0	40 -37,168 5 0	41 -40,171 15 0	42 -40,171 16 0	41 -38,172 15 0	42 -38,172 16 0	43 -36,173 15 0	44 -36,173 16 0	45 -34,174 15 0	46 -33,174 16 0	47 -43,172 15 0	46 -42,172 16 0	48 -40,173 15 0	46 -40,173 16 0	49 -38,174 15 0	50 -38,174 16 0	51 -36,175 15 0	52 -36,175 16 0	53 -45,173 15 0	54 -45,173 16 0	51 -43,174 15 0	55 -43,174 16 0	51 -41,175 15 0	56 -40,176 16 0	57 -38,177 15 0	58 -38,177 16 0	59 -48,175 15 0	60 -48,175 16 0	59 -46,176 15 0	61 -46,176 16 0	41 -43,177 15 0	56 -43,177 16 0	62 -41,178 15 0	50 -41,178 16 0	63 -53,172 17 0	64 106,145 2 0	65 92,218 18 0	66 92,218 0 1	67 10,218 18 0	68 10,218 0 1	69 110,194 2 0	70 23,191 2 0	71 25,144 2 0	72 104,164 2 0	73 21,163 2 0	74 86,100 2 0	75 83,175 2 0	75 83,175 0 1	76 25,176 2 0	76 25,176 0 1	77 23,89 2 0	78 24,91 19 0	79 33,156 18 0	79 33,156 0 1	80 55,160 2 0	81 56,161 20 0	82 59,165 21 0	83 59,170 5 0	84 85,136 22 0	85 99,141 22 0	86 35,142 22 0	87 47,151 22 0	88 38,141 22 0	89 30,171 22 0	90 42,174 22 0	91 54,180 22 0	92 84,182 22 0	93 62,169 21 0	94 62,168 5 0	95 93,169 23 0	96 26,166 23 0	97 30,147 23 0	98 39,131 23 0	99 77,192 23 0	100 57,163 5 0	101 59,162 5 0	102 93,100 22 0	103 36,89 2 0	104 35,90 22 0	105 45,104 22 0	106 103,115 23 0	107 69,141 23 0	108 51,121 23 0	109 68,138 22 0	110 100,193 24 0	111 103,189 24 0	112 106,188 24 0	113 30,193 24 0	114 27,190 24 0	115 104,197 24 0	116 88,203 2 0	117 28,201 2 0	118 94,225 2 0	119 13,224 2 0	120 14,221 25 0	121 95,222 25 0	122 102,114 2 0	123 32,123 2 0	124 83,159 26 0	125 34,158 26 0	126 46,175 22 0	127 87,161 2 0	128 24,151 2 0	129 34,157 2 0	130 84,168 20 0	131 93,166 20 0	132 100,162 20 0	133 85,169 5 0	134 93,166 5 0	135 100,163 5 0	136 48,167 20 0	137 40,163 20 0	138 35,161 20 0	139 49,168 5 0	140 40,164 5 0	141 35,161 5 0	142 101,108 2 0	143 102,126 2 0	144 32,96 2 0	908 113,104 27 0	909 107,91 2 0	910 94,84 1 0	910 94,84 0 1	911 98,94 3 0	912 100,88 4 0	913 108,92 4 0	914 132,110 4 0	915 87,83 4 0	1028 70,10 2 0	1029 74,11 4 0	1030 80,19 20 0	1031 81,26 20 0	1032 7,26 2 0	1033 9,28 4 0	1034 12,42 20 0	1035 19,52 20 0	1036 46,22 2 0	1037 47,22 28 0	1038 29,44 0 2	1038 29,44 1 0	495 32,72 3 0	374 87,55 3 0	1039 86,55 2 0	498 32,71 2 0	1040 32,23 2 0	1041 33,43 2 0	1042 34,24 28 0	1043 35,46 29 0	1044 67,51 5 0	1045 57,61 2 0	445 58,58 3 0	1046 62,63 4 0	323 65,48 3 0	1047 66,50 2 0	1044 67,51 5 0	325 77,52 2 0	1048 43,57 3 0	1049 45,60 2 0	1050 46,61 5 0	453 41,66 2 0	391 59,52 4 0	1051 48,89 30 0	1052 79,77 31 0	1053 73,89 31 0	1054 30,35 2 0	1055 31,36 28 0	1056 57,26 32 0	1057 36,30 33 0	1058 49,23 5 0	1059 61,37 32 0	1060 74,55 5 0	463 44,67 5 0	279 30,68 5 0	1061 87,52 5 0	1062 55,26 5 0	1063 59,74 34 0	468 50,61 2 0	1064 70,52 2 0	1065 56,71 2 0	1066 43,56 2 0	1067 45,57 35 0	1068 68,61 30 0	1069 48,74 30 0	1070 73,58 31 0	476 46,71 31 0	1071 62,80 3 0	1072 67,74 5 0	539 82,112 2 0	1073 79,75 5 0	212 80,67 31 0	213 74,78 31 0	214 78,62 1 0	215 78,62 0 1	216 61,74 1 0	216 61,74 0 1	217 64,87 2 0	218 74,95 2 0	219 80,102 2 0	220 68,77 4 0	221 64,85 4 0	222 65,85 2 0	223 86,94 4 0	224 86,101 3 0	225 75,89 3 0	226 82,99 3 0	227 81,69 3 0	211 81,64 5 0	1074 38,52 2 0	1075 40,53 35 0	1076 46,55 30 0	1077 59,39 2 0	1078 61,40 35 0	1079 62,43 30 0	234 -115,-58 5 0	235 0,0 0 1
cPaths  $0,27 1,24 2,23 4,23 9,18 24,6 29,2 34,0 33,30 21,33 26,49 36,53 49,65 48,68 44,70 34,62 43,72 40,76 36,78 32,72 26,76 23,75 20,75 17,72 14,69 13,65 12,61 5,43 3,31 1,30 0,27
3,0 1,1 0,3 3,0
5,8 0,0 6,7 5,8
3,10 5,9 7,8 8,7 9,5 10,4 12,4 13,3 14,2 15,1 17,0 17,1 15,1 13,2 13,4 12,5 11,5 9,6 9,8 8,9 7,9 4,10 2,12 0,14 2,12 3,10
10,3 0,0 8,4 10,4 10,3
6,7 8,6 7,5 0,0 6,7
0,7 14,0 14,5 4,9 0,7
5,2 9,17 5,19 0,0 5,2
2,2 9,24 8,28 0,0 2,2
7,14 17,5 24,0 23,5 11,12 2,19 0,20 1,19 7,14
4,0 1,4 0,2 2,0 4,0
2,0 0,2 1,0 2,0
0,1 2,0 4,1 0,4 0,1
2,0 0,1 0,0 2,0
2,5 0,0 3,5 2,5
7,6 3,0 0,2 4,7 5,7 7,6
3,1 4,5 0,1 2,0 3,1
4,8 1,0 0,2 1,6 3,10 4,8
1,0 0,38 24,25 1,0
0,38 24,25 1,0
2,1 2,2 1,2 0,2 0,1 0,1 1,0 2,1 2,1
21,0 34,11 28,22 18,27 15,26 1,15 0,13 1,12 1,10 0,10 1,9 2,9 1,8 2,6 21,0
2,13 21,24 21,26 23,25 24,28 23,31 22,33 20,34 19,32 18,33 0,20 1,22 18,35 19,34 20,35 26,34 48,20 48,16 48,11 47,10 45,9 44,10 44,8 29,0 27,0 2,11 2,13
0,1 6,5 0,0 0,1
0,1 8,5 0,0 0,1
0,0 10,6 1,1 0,0
0,11 18,21 38,9 25,1 23,0 0,11
24,2 1,16 0,13 21,0 23,0 24,2
2,9 1,12 0,14 2,13 23,0 2,12 3,9 3,8 2,9
1,11 1,10 1,9 0,8 1,7 2,8 1,7 2,6 19,0 33,7 28,15 19,19 16,19 2,12 1,11
0,17 18,25 19,25 20,25 25,24 45,13 45,10 44,7 43,6 41,5 40,6 39,5 25,0 23,0 1,9 1,11 20,17 20,18 21,18 23,19 23,22 22,24 19,24 19,23 18,24 0,16 0,17
0,1 6,3 1,0 0,1
0,0 7,2 0,0
0,0 10,4 1,1 0,0
0,9 18,15 35,5 22,0 20,0 0,9
0,11 18,0 19,1 21,2 1,13 0,11
2,8 1,10 0,11 2,10 20,0 2,10 2,8 2,7 2,8
18,0 15,3 0,9 1,12 15,18 27,11 32,7 31,4 18,0
18,0 14,2 0,8 13,13 25,8 29,4 18,0
2,0 0,2 9,6 11,4 2,0
1,0 0,0 0,1 1,2 3,1 3,0 1,0
0,1 1,0 3,0 1,1 0,1
2,0 0,1 2,2 3,1 3,0 2,0
0,1 2,0 3,1 2,1 0,1
2,0 0,1 2,2 4,1 2,0
0,1 1,0 2,1 1,1 0,1
2,0 0,1 2,2 3,1 2,0
1,0 0,1 1,2 3,1 1,0
2,0 0,1 1,2 3,1 2,0
0,1 2,0 3,1 1,1 0,1
2,0 0,1 0,2 2,2 3,1 2,0
0,1 2,0 3,1 2,2 0,1
1,0 0,1 0,2 1,2 3,1 1,0
0,1 1,0 3,1 1,2 0,1
0,1 2,0 3,1 1,2 0,1
0,0 1,0 2,0 1,1 0,0
1,0 0,0 0,1 1,1 3,1 3,0 1,0
0,0 1,0 3,0 1,1 0,0
2,0 0,0 0,1 2,1 3,1 3,0 2,0
2,1 0,0 2,0 3,0 2,1
0,0 2,0 3,0 2,1 0,0
2,0 0,1 1,2 3,1 3,0 2,0
14,10 0,5 0,7 14,12 26,6 31,2 30,0 24,5 14,10
5,9 3,9 5,12 0,10 1,10 3,8 2,6 1,4 1,3 2,1 2,0 3,3 5,5 8,7 5,6 2,5 3,6 5,8 8,9 5,9
0,3 11,0 14,0 16,1 21,4 25,6 27,6 29,6 29,8 29,10 28,11 25,12 19,12 12,12 3,12 1,10 0,8 0,6 0,3
11,0 14,0 16,1 21,4 25,6 27,6 29,6 29,8 29,10 28,11 25,12 19,12 12,12 3,12 1,10 0,8 0,6 0,3
17,0 12,3 7,5 6,7 4,8 3,8 2,7 1,8 1,9 0,11 2,13 6,13 10,13 19,12 25,12 31,12 31,10 32,8 31,6 31,4 17,0
17,0 12,3 7,5 6,7 4,8 3,8 2,7 1,8 1,9 0,11 2,13 6,13 10,13 19,12 25,12 31,12 31,10 32,8 31,6 31,4
0,3 0,0 3,4 0,3  2,6 3,9 1,7 2,12 1,11 1,7 0,4 2,6  0,3
4,4 3,10 3,12 1,13 2,10 3,8 0,9 3,5 1,5 0,5 3,3 5,0 4,4
5,4 3,5 0,5 2,3 1,2 4,2 6,0 5,4
7,6 8,7 9,9 10,12 8,11 8,15 10,16 8,17 7,16 7,15 6,16 6,16 7,19 4,17 1,16 0,0 2,0 3,1 6,2 4,2 9,6 7,6
9,1 7,1 5,1 8,2 2,3 4,4 0,7 2,7 2,8 2,10 4,16 4,14 4,13 6,12 7,12 9,10 10,8 13,7 15,5 15,4 12,0 9,1
17,7 20,8 17,8 15,10 18,15 17,14 16,14 16,15 16,14 16,13 16,11 15,10 13,9 11,8 7,6 4,4 0,1 3,1 6,1 9,1 11,0 9,2 7,3 12,2 16,1 12,4 16,6 14,6 17,7
23,0 12,11 0,24 5,34 9,48 21,45 29,45 26,3 23,0
36,21 27,13 20,7 13,2 6,0 1,27 0,36 1,42 3,45 7,47 11,48 16,48 36,21
89,83 83,76 82,68 86,65 85,55 87,48 84,11 80,7 65,1 20,0 10,4 7,56 4,59 4,63 9,67 10,76 1,79 0,82 0,86 2,88 5,91 12,93 17,95 18,96 36,113 40,115 44,116 47,116 51,116 52,116 59,114 66,111 83,90 86,94 89,90 89,83
86,80 81,73 80,66 84,63 83,53 84,47 81,10 78,7 64,0 20,0 10,3 7,54 4,57 5,61 9,65 10,73 2,76 0,80 1,83 2,86 5,88 12,90 17,92 18,93 35,109 39,111 43,112 46,113 50,113 51,112 57,110 64,108 82,86 85,90 87,87 86,80
23,21 40,24 51,25 54,24 60,20 65,16 69,12 73,7 73,1 66,4 60,7 53,9 46,10 19,9 0,0 0,8 6,13 12,17 18,19 23,21
0,19 2,23 9,25 27,23 28,19 26,4 24,0 20,1 6,0 3,0 0,2 0,19
0,18 2,21 8,23 26,21 26,17 25,4 23,0 19,1 6,0 3,0 0,2 0,18
0,2 1,0 17,0 20,3 20,15 17,15 18,4 17,1 2,1 0,2
0,0 0,9 1,10 12,11 16,10 16,9 4,10 2,9 1,3 0,0
10,21 12,8 15,0 13,13 12,20 15,20 21,16 16,21 6,24 0,26 10,21
0,13 2,6 4,0 2,7 2,13 0,13
16,21 11,17 10,15 9,11 8,0 7,7 8,15 6,15 0,11 6,16 16,21
1,8 0,0 2,9 1,8
3,14 1,6 0,0 0,7 1,13 3,14
13,2 9,6 5,5 2,4 0,0 1,5 9,8 17,13 10,7 13,2
0,4 3,0 1,5 0,4
28,13 26,16 23,17 20,18 16,18 13,17 9,15 5,13 0,9 5,16 17,20 22,20 29,14 36,10 39,7 44,0 39,6 35,9 28,13
1,6 2,0 0,1 1,6
0,1 1,4 2,4 3,2 5,3 6,8 4,8 4,10 11,9 11,8 8,7 8,2 12,2 12,4 14,4 14,0 2,0 0,1
11,2 12,5 13,5 13,0 1,0 0,1 0,4 2,4 2,2 5,3 5,8 3,9 3,10 10,10 10,8 8,8 8,3 11,2
12,0 5,10 4,13 0,19 10,8 11,5 15,2 12,0
6,0 0,3 1,6 2,8 4,10 3,6 5,4 9,5 11,4 10,6 13,7 15,6 7,0 6,0  4,10 5,11 4,11 4,10  6,0
3,0 0,1 0,4 3,7 8,9 3,4 3,0
2,20 0,12 0,0 2,3 2,20
6,3 0,8 10,4 13,0 6,3
3,1 2,2 1,2 0,2 0,1 0,0 1,0 2,0 3,1
1,1 1,2 1,2 0,2 0,1 1,0 1,0 1,1
6,0 11,4 10,33 7,44 8,30 5,38 6,29 6,9 0,3 6,0
9,2 7,1 7,0 7,2 8,3 5,3 2,2 5,5 3,5 0,7 3,6 1,11 3,9 4,7 7,6 10,4 13,3 9,2
8,0 13,18 8,33 6,42 5,38 6,27 5,24 4,29 2,34 1,40 1,49 1,59 0,53 0,46 0,38 2,29 1,6 8,0
47,15 42,22 37,27 32,32 26,36 14,40 14,33 3,37 0,27 7,10 49,0 47,15
0,37 3,36 3,27 5,22 2,0 2,20 1,23 0,37
18,17 24,15 27,0 20,7 13,13 7,16 3,17 0,17 5,17 10,16 14,14 18,12 24,6 22,13 20,15 18,17
0,34 3,35 7,35 10,34 14,33 22,28 32,21 40,11 39,16 42,12 44,0 40,6 36,12 31,17 26,22 21,26 16,29 11,31 5,33 0,34
21,0 16,6 11,10 6,14 0,16 8,14 14,10 18,5 20,3 21,0
5,1 3,1 2,3 1,4 1,6 2,7 2,7 4,8 7,8 8,7 9,6 8,5 8,4 6,2 7,3 8,4 9,6 8,8 7,9 4,9 2,9 0,8 0,6 0,5 0,3 2,2 3,1 5,0 5,1
1,5 1,2 0,0 0,3 1,5
1,4 1,6 0,7 0,6 0,3 1,0 1,4
5,1 4,1 2,3 2,6 2,7 4,7 5,6 5,4 5,3 6,4 5,7 4,8 2,8 1,7 0,6 1,3 3,1 5,0 5,1
10,3 11,3 9,0 8,0 7,0 5,1 3,3 1,5 0,8 0,12 2,14 3,15 5,16 6,15 8,14 11,11 13,8 10,12 8,13 7,14 5,14 3,14 2,12 1,10 1,8 2,6 3,3 4,2 6,1 7,1 9,1 10,3
1,0 0,1 0,1 1,2 1,2 2,1 2,0 1,0
0,0 2,6 5,16 17,15 21,15 21,8 20,11 17,13 15,14 7,15 3,6 0,0
13,17 5,14 2,13 0,11 0,16 2,18 5,20 8,21 12,21 26,0 19,6 13,17
11,0 14,0 19,1 23,2 26,1 24,3 20,3 7,4 3,3 0,3 1,3 2,2 4,0 8,0 11,0
1,5 0,5 4,5 7,4 9,2 11,0 14,0 18,0 25,2 24,4 19,4 13,5 6,6 1,5
12,0 13,1 13,2 10,3 6,5 3,7 1,7 0,6 1,6 3,5 5,3 12,0
3,2 0,3 8,0 13,0 17,2 10,1 3,2
0,5 0,3 0,0 1,3 3,5 1,4 2,6 3,8 2,7 0,7 0,5
6,3 5,16 4,18 3,19 4,16 1,17 3,16 4,15 4,11 1,11 4,9 5,7 3,9 0,9 2,8 4,6 5,2 5,0 6,1 5,2 6,3
0,8 0,11 7,9 13,7 18,4 21,2 21,0 16,3 11,6 5,7 0,8
0,0 17,8 21,8 20,10 14,9 0,0
0,0 7,3 10,8 17,11 36,9 38,8 33,13 18,16 9,10 6,4 0,0
0,3 7,1 9,0 12,1 8,1 9,2 7,3 5,2 7,4 0,4 0,3
4,1 5,2 3,2 0,2 4,0 4,1  7,3 5,2 4,4 1,5 5,4 7,3  6,8 9,6 7,4 6,6 8,5 7,7 6,8  4,1
1,0 2,0 2,1 1,4 2,2 1,1 0,4 0,2 0,0 1,0
2,0 0,3 1,5 3,6 4,6 5,4 5,2 3,1 2,0
1,0 0,2 0,3 2,3 3,3 3,1 2,0 1,0
0,1 0,2 1,3 2,2 2,1 1,0 0,1
1,0 2,0 1,2 1,4 0,3 1,0
2,0 1,1 0,2 1,3 2,1 2,0
1,0 0,1 1,1 2,1 1,0
4,1 1,0 0,1 0,3 1,5 3,5 4,3 4,1
2,0 0,1 0,3 1,4 2,4 3,3 3,1 2,0
1,0 0,0 0,1 1,2 2,1 2,0 1,0
2,0 1,0 0,1 0,2 1,1 2,1 2,0
2,0 1,0 0,1 1,1 2,1 2,0
1,0 0,0 1,1 1,0
1,8 0,0 2,3 5,6 1,3 2,8 3,9 4,10 2,9 1,10 1,8  1,15 1,13 1,11 1,15  1,8
0,3 1,6 3,6 4,7 1,3 3,3 0,0 0,3  1,6 1,7 1,9 2,10 3,11 2,10 1,9 1,8 1,6  0,3
3,17 5,17 5,18 5,20 6,18 7,16 7,12 6,7 7,5 7,3 7,0 5,2 4,2 0,2 3,3 4,4 5,5 5,6 4,7 0,8 6,8 5,11 4,12 3,13 6,12 5,14 4,15 1,18 3,17
0,0 3,1 9,8 8,14 5,13 2,12 1,10 0,7 0,0
0,5 1,8 1,9 1,7 1,5 0,5  0,3 1,5 2,6 4,7 1,3 3,2 0,0 0,3  1,9 2,10 3,11 2,10 1,9  0,5
33,12 4,0 0,17 17,34 18,35 22,37 26,38 29,38 33,37 35,38 37,38 38,37 39,36 39,35 38,33 39,33 40,30 41,27 40,23 38,18 35,14 33,12
0,7 16,23 19,25 22,26 25,26 28,25 1,0 0,7
24,8 0,0 0,2 25,10 24,8
22,14 0,0 20,7 22,11 22,14
2,1 2,2 1,2 0,2 0,1 0,0 1,0 2,0 2,1
13,1 11,0 0,3 13,1
7,42 13,42 18,41 22,40 25,38 28,36 29,33 31,30 31,26 30,20 29,14 27,10 25,6 21,3 17,1 12,0 7,0 13,2 16,5 18,8 19,10 19,13 19,16 19,18 18,20 16,21 14,22 11,23 8,23 0,22 5,31 7,42
5,40 10,39 14,39 18,38 20,36 23,34 24,32 25,29 25,25 25,20 24,15 22,11 20,7 18,5 14,2 11,1 6,0 11,3 14,6 16,10 16,16 16,18 15,20 14,22 12,23 10,24 7,24 0,24 3,30 5,40
18,14 18,10 17,7 16,3 14,0 15,5 16,9 15,13 14,16 12,18 9,20 5,21 1,21 0,27 4,28 8,27 12,26 15,24 16,22 17,20 18,17 18,14
1,13 7,11 9,10 11,9 12,7 13,5 13,3 12,0 11,5 10,7 9,9 7,10 5,10 0,10 1,13
30,41 24,42 19,43 15,43 11,42 8,41 6,39 4,36 2,32 1,26 0,21 1,16 2,12 5,8 8,5 12,2 17,0 13,4 10,8 10,13 11,20 12,21 13,23 15,24 17,24 20,24 23,23 31,19 29,29 30,41
25,37 20,38 16,39 13,39 10,38 7,37 5,35 3,33 2,29 0,24 0,19 0,15 1,11 3,7 5,4 9,2 13,0 9,3 7,7 6,12 8,17 9,19 10,21 12,22 14,23 16,23 19,23 26,21 25,27 25,37
8,23 5,22 4,20 1,15 0,12 0,8 0,4 1,0 1,5 2,10 3,13 6,16 8,17 12,18 16,18 20,17 23,22 19,24 15,25 11,25 8,23
0,0 2,3 5,5 8,5 13,5 13,2 9,3 6,3 3,2 0,0
10,4 9,6 9,7 7,9 5,9 3,9 2,8 0,7 0,5 0,3 1,2 2,1 4,0 6,0 8,1 9,2 10,4
8,3 7,5 7,6 6,7 4,7 3,7 1,7 0,5 0,4 0,3 1,1 2,0 3,0 5,0 6,1 7,2 8,3
31,1 8,10 9,17 4,18 2,19 1,21 0,22 0,24 1,27 2,30 3,32 6,33 9,33 12,33 14,42 15,44 20,48 36,57 42,56 47,55 60,35 58,24 61,23 63,22 65,20 66,18 66,13 65,9 64,8 62,8 56,9 54,0 31,1
0,2 2,5 5,8 6,5 5,0 0,2
0,4 3,7 4,3 4,0 0,1 0,4
0,6 0,1 2,0 4,1 1,2 0,6
0,1 3,0 6,0 7,7 5,2 0,1
21,0 16,2 11,3 8,6 5,9 3,12 1,17 0,21 0,27 5,23 10,20 16,17 22,16 28,15 35,14 42,15 50,16 47,11 44,8 40,4 37,2 33,0 29,0 25,0 21,0
51,23 49,33 43,43 34,41 26,48 12,39 5,11 2,11 5,25 0,42 2,46 2,52 3,50 7,60 8,56 10,62 12,67 13,71 13,68 14,71 15,72 15,71 19,74 23,77 27,78 31,79 28,75 31,78 35,81 38,82 41,82 38,77 42,82 46,77 48,69 50,72 53,68 55,63 56,66 56,63 57,64 57,59 60,51 61,55 64,51 65,45 65,39 64,31 65,32 63,29 63,28 65,28 62,26 59,19 56,15 52,1 48,0 51,23
19,1 14,2 10,4 7,6 4,9 2,12 1,16 0,20 0,25 4,22 9,19 14,17 20,15 26,14 32,14 39,14 46,16 43,11 40,8 37,5 34,3 31,1 27,0 23,0 19,1
56,18 58,23 60,28 61,35 62,41 61,46 59,51 58,44 55,51 53,57 50,62 47,66 46,63 43,71 40,76 35,71 31,64 35,72 38,76 34,76 31,75 28,73 25,70 27,73 24,73 20,72 17,70 15,68 12,64 10,61 6,51 6,55 0,39 4,23 1,10 2,9 11,36 24,45 32,39 41,41 47,31 50,22 48,0 49,0 52,13 54,15 56,18
0,8 2,2 2,1 4,0 5,0 6,0 9,4 8,5 6,6 3,7 0,8
2,2 0,4 0,7 3,8 7,8 10,6 13,3 10,1 8,0 10,1 11,3 9,5 7,7 4,7 1,6 1,4 2,2
2,6 1,8 0,10 2,10 4,10 3,0 3,6 2,6
0,0 0,1 4,0 0,0
13,6 14,5 10,1 6,0 2,3 0,11 13,6
0,10 2,3 3,1 4,0 6,0 8,1 12,6 10,7 8,9 5,10 0,10
0,2 2,1 1,1 2,0 0,1 0,2
15,6 11,3 8,1 4,0 1,4 0,9 6,8 15,6
12,3 8,0 5,0 2,1 0,4 2,5 5,5 8,5 12,3
11,2 8,0 5,0 2,1 0,3 2,3 4,3 11,2
4,1 1,3 2,1 0,1 5,0 4,1
0,0 2,0 1,8 0,0
11,5 12,10 13,5 14,6 15,11 15,6 18,8 18,4 22,0 24,9 20,6 19,8 21,16 26,28 21,19 22,27 25,33 22,31 19,29 18,26 17,23 17,28 14,25 15,30 10,26 6,22 2,18 0,14 6,18 10,19 9,4 11,5
7,0 8,7 9,18 10,19 12,18 14,16 11,22 9,20 10,25 9,27 6,20 8,29 5,33 5,29 3,22 0,12 2,9 6,18 3,7 7,0
0,0 4,2 6,8 6,15 6,21 6,28 0,0
53,3 47,1 40,0 33,0 27,1 20,2 13,5 6,9 0,14 0,22 1,26 8,22 15,19 22,17 29,15 36,14 42,14 49,14 55,16 53,3
51,3 45,1 39,0 32,0 26,1 19,2 13,5 6,8 0,13 0,20 1,24 15,17 21,15 28,13 34,13 40,12 47,13 53,14 51,3
14,10 12,6 9,4 5,1 0,0 6,5 8,7 9,9 14,10
6,13 6,10 7,7 9,4 11,0 8,2 5,6 2,10 0,17 4,14 6,13
0,0 1,0 3,1 1,2 0,0
19,5 18,1 11,0 0,0 11,2 15,3 16,5 19,5
0,2 5,0 6,0 4,1 0,2
2,0 0,1 3,2 9,0 3,1 2,0
5,1 6,0 2,1 0,3 5,1
0,0 1,1 6,1 3,0 0,0
0,0 2,1 4,3 7,6 9,9 5,10 3,5 0,0
23,2 21,1 16,0 11,1 6,3 1,6 0,8 1,10 5,6 9,5 14,4 18,4 21,5 23,2
0,0 0,2 0,3 4,3 4,1 2,2 4,0 2,0 0,0
0,3 0,5 2,5 3,5 4,3 4,2 2,3 3,1 3,0 2,0 0,0 0,3
24,2 17,2 10,3 4,6 0,9 5,4 12,2 21,0 24,2
41,11 42,11 43,13 45,19 47,29 48,26 49,32 49,37 52,33 55,28 55,30 56,26 57,22 56,18 56,14 53,9 49,5 44,1 42,0 38,0 34,2 28,6 24,9 21,11 18,11 16,10 6,12 3,15 2,21 0,27 1,26 1,27 0,32 1,31 1,36 2,40 5,44 7,46 11,48 14,49 13,33 14,35 13,27 12,23 20,18 21,18 25,18 26,16 27,14 41,11
16,10 5,12 3,14 1,22 0,29 1,35 2,39 4,42 7,44 10,46 13,47 11,22 19,16 23,16 25,14 26,13 35,9 40,8 41,8 41,9 42,11 45,18 48,27 49,34 52,30 54,26 55,21 55,17 54,13 51,9 48,5 43,0 40,0 37,0 32,2 27,6 23,9 21,10 17,10 16,10
0,8 12,1 15,0 16,0 16,1 20,3 23,6 25,10 26,15 25,13 25,16 25,19 25,22 23,26 23,22 22,18 18,9 15,3 0,8
14,0 6,1 3,2 1,4 0,7 0,11 1,10 0,13 0,16 1,20 2,24 3,21 4,25 6,27 7,28 6,7 14,1 14,0
0,3 5,0 7,0 10,0 12,1 15,4 13,3 11,2 9,1 7,1 0,3
4,3 13,0 4,2 2,4 0,8 0,14 3,4 4,3
14,1 10,1 8,1 6,5 4,2 2,4 0,3 1,3 4,1 8,0 16,0 14,1
0,2 3,1 6,0 9,0 12,1 11,2 6,1 0,2
3,3 9,0 0,1 3,3
2,0 0,2 0,4 2,2 2,0
11,22 9,19 10,24 9,27 6,20 8,29 5,33 5,28 3,22 0,12 2,9 5,18 3,7 7,0 8,6 9,18 10,19 12,18 13,16 11,22
0,0 4,2 6,8 6,14 6,21 5,28 0,0
18,14 12,17 1,10 0,7 1,4 2,2 5,0 8,0 8,5 18,14
12,17 1,10 0,7 1,4 2,2 5,0 8,0 8,5 18,14
33,0 15,3 0,12 2,17 11,16 12,23 17,25 19,30 22,31 25,32 37,31 39,28 41,25 42,17 44,14 42,8 39,7 35,2 33,0
0,4 10,0 19,0 0,4
4,4 14,0 0,1 4,4
3,2 9,0 0,1 3,2
10,3 24,0 8,1 0,7 10,3
0,1 1,4 3,4 1,0 0,1
0,0 2,4 2,1 0,0
15,0 4,2 0,3 14,2 15,0
10,2 2,3 0,3 1,2 11,0 10,2
27,0 0,2 0,6 25,3 27,0
9,2 0,3 0,1 12,0 9,2
0,2 4,5 6,4 2,0 0,2
15,2 12,0 12,1 8,0 7,2 4,1 5,3 3,4 4,5 0,10 8,6 15,8 17,9 18,5 16,1 15,2
15,3 11,0 11,2 7,1 7,3 4,2 5,4 4,4 4,5 0,9 7,5 14,7 16,8 17,5 15,1 15,3
3,2 0,2 7,4 9,4 9,3 7,1 8,3 5,0 6,2 3,1 3,2
7,2 11,0 11,2 18,4 19,8 14,6 9,6 6,8 1,11 0,4 4,0 4,2 8,0 7,2
9,2 16,4 17,7 13,5 8,5 5,6 0,9 0,4 3,0 3,3 6,0 6,2 9,1 9,2
0,5 2,1 2,3 5,1 4,2 6,0 13,1 5,3 0,5
367,0 367,323 0,323 0,0 367,0  251,58 251,195 115,195 115,58 251,58  367,0
136,0 136,137 0,137 0,0 136,0
22,8 22,5 23,2 24,1 26,0 28,1 29,1 32,3 32,5 31,6 28,7 25,8 22,8  0,12 2,9 6,8 9,8 12,11 7,13 4,13 0,12  22,8
22,8 22,5 23,2 24,1 26,0 28,1 29,1 32,3 32,5 31,6 28,7 25,8 22,8 22,9  0,12 2,9 6,8 9,8 12,11 7,13 4,13 0,12  22,8
8,42 13,42 18,41 22,40 25,38 28,35 30,33 31,29 31,25 30,19 29,14 27,9 24,6 21,3 16,1 12,0 6,0 12,2 16,5 17,7 18,10 19,13 19,16 18,18 17,20 16,21 14,22 11,23 8,23 0,22 5,31 8,42
7,40 11,39 15,39 19,38 22,36 24,34 25,31 26,28 26,25 26,19 25,15 23,10 21,7 18,4 15,2 11,1 6,0 11,3 14,6 16,10 17,15 16,18 16,20 15,21 13,23 11,24 8,24 0,25 4,30 7,40
18,14 18,10 17,6 16,3 14,0 15,4 16,9 15,12 14,15 12,18 9,20 5,21 1,21 0,28 5,28 8,27 12,26 15,24 16,22 17,19 18,17 18,14
1,13 7,11 9,10 11,9 12,7 12,5 12,3 12,0 11,5 10,7 9,9 7,10 5,10 0,10 1,13
29,40 24,42 19,43 15,43 11,42 8,41 5,39 3,36 2,33 0,27 0,21 0,16 1,12 4,8 7,5 11,2 16,0 12,4 10,6 9,8 8,11 8,14 10,20 11,22 12,23 14,24 17,24 19,23 22,22 30,19 28,29 29,40
26,37 21,38 17,39 13,39 10,39 7,37 5,35 3,33 2,30 1,24 0,19 0,15 1,11 3,8 5,5 8,2 12,0 9,4 7,8 6,12 8,18 9,20 10,21 12,22 14,23 16,23 19,23 26,20 25,27 26,37
8,22 6,21 4,19 2,14 1,11 0,7 0,3 1,0 1,5 2,9 4,12 6,15 9,16 12,17 16,17 21,15 23,21 19,23 15,24 12,24 8,22
0,0 3,2 5,4 9,4 13,3 13,1 10,2 6,2 3,1 0,0
10,4 10,6 9,7 8,9 6,9 4,9 2,8 1,7 0,5 1,4 1,2 3,1 5,0 7,0 8,1 10,2 10,4
7,3 7,5 6,6 5,7 4,7 2,7 1,7 0,6 0,4 0,3 0,1 1,0 3,0 4,0 6,1 7,2 7,3
30,2 8,12 9,18 4,20 2,21 1,22 0,24 0,26 1,29 2,32 4,34 6,35 9,35 12,34 14,43 16,45 21,49 37,58 43,56 48,55 61,35 58,24 61,23 63,22 65,20 66,18 66,13 65,9 63,8 61,8 55,9 53,0 30,2
0,1 2,5 5,8 7,5 5,0 0,1
1,6 0,1 3,0 5,1 1,2 1,6
0,1 3,0 6,0 7,6 5,1 0,1
20,0 15,2 11,4 8,6 5,9 3,13 1,17 0,22 0,27 5,23 10,20 16,17 22,16 28,14 35,14 42,14 50,15 47,11 44,7 40,4 36,2 33,0 29,0 24,0 20,0
50,23 48,33 43,44 33,42 25,48 12,40 4,12 0,13 4,27 0,44 1,48 2,53 3,51 7,62 8,58 10,63 12,68 13,72 14,70 15,73 15,73 16,72 19,75 23,78 27,79 32,80 29,76 32,79 35,81 39,82 42,82 39,77 43,82 46,77 48,69 50,72 53,68 56,63 56,66 57,63 57,64 57,59 60,51 61,55 64,51 65,45 65,38 63,31 64,32 62,29 62,27 64,27 61,25 57,19 54,15 50,1 46,0 50,23
18,1 14,2 10,4 7,7 4,9 2,13 1,17 0,21 0,26 4,22 9,19 14,17 20,15 26,14 32,14 39,14 46,15 43,11 40,7 37,4 34,2 30,1 26,0 22,0 18,1
56,18 58,23 60,28 62,35 62,41 61,46 60,51 58,44 56,51 54,57 51,62 48,66 47,64 44,71 41,76 37,71 33,65 37,73 39,77 36,77 33,76 29,74 26,71 29,74 25,74 22,73 19,71 16,69 13,66 11,62 7,53 7,56 0,41 4,24 1,12 2,11 11,38 25,46 32,40 42,41 47,31 50,22 47,0 48,1 52,13 54,15 56,18
0,8 1,3 2,1 3,0 4,0 6,1 9,4 7,6 5,7 3,8 0,8
2,2 0,4 0,7 3,8 7,8 10,5 13,2 10,1 8,0 10,1 11,2 9,5 6,7 4,7 1,6 1,4 2,2
2,6 1,8 0,10 2,10 4,10 2,0 2,6
0,1 0,2 4,0 0,1
13,5 14,4 10,0 6,0 2,3 0,11 13,5
0,10 1,3 2,1 4,0 5,0 7,1 12,5 10,7 8,8 4,9 0,10
0,2 3,2 1,2 2,0 1,2 0,2
15,6 11,3 7,1 4,0 1,5 0,9 6,9 15,6
12,3 8,0 5,0 2,1 0,5 2,5 4,5 8,5 12,3
10,2 7,0 5,0 2,1 0,3 4,4 10,2
4,1 1,3 2,1 0,1 4,0 4,1
0,1 2,0 2,9 0,1
10,5 12,10 13,5 14,6 15,11 15,5 17,8 17,4 22,0 24,8 20,6 19,8 21,16 27,27 21,19 23,26 26,32 22,31 20,28 18,26 17,23 17,27 14,25 16,30 10,26 6,22 2,18 0,14 6,18 10,19 8,4 10,5
7,0 9,7 10,18 11,19 13,18 14,16 12,22 10,20 11,25 10,27 7,20 9,29 6,33 6,29 4,22 0,12 2,9 6,18 4,7 7,0
0,0 4,2 6,9 6,15 7,22 6,28 0,0
53,2 47,0 40,0 33,0 27,1 20,3 13,6 7,9 0,14 1,22 2,27 9,23 16,20 23,17 29,15 36,14 43,13 49,14 55,15 53,2
51,2 45,0 39,0 32,0 26,1 19,3 13,5 6,9 0,13 0,20 2,24 8,21 15,18 22,15 28,13 34,12 41,12 47,12 53,13 51,2
14,9 12,6 9,3 5,1 0,0 6,4 8,7 9,9 14,9
6,13 6,10 7,6 8,3 11,0 7,2 4,5 2,10 0,16 4,14 6,13
0,0 2,0 4,1 2,2 0,0
19,4 18,0 11,0 0,0 11,1 15,2 16,4 19,4
0,3 4,0 5,0 4,1 0,3
2,0 0,2 3,2 8,0 3,1 2,0
5,1 5,0 2,2 0,4 5,1
0,0 0,1 5,1 3,0 0,0
0,0 3,1 5,3 10,9 6,9 4,5 0,0
23,2 21,1 16,0 11,1 6,3 1,6 0,8 2,9 5,6 10,4 14,3 18,4 22,4 23,2
0,0 0,2 0,4 4,3 4,1 2,2 4,1 3,0 2,0 0,0
0,3 1,5 2,6 4,5 4,3 4,2 2,3 4,1 3,0 2,0 1,1 0,3
24,2 17,2 10,4 5,7 0,11 5,5 12,2 21,0 24,2
41,11 42,11 43,13 46,19 48,29 48,26 49,32 50,37 53,33 55,28 55,30 56,25 57,21 57,18 56,14 53,9 49,5 44,1 41,0 38,1 33,3 28,7 24,10 21,12 18,12 16,11 6,14 3,16 2,22 0,28 2,27 1,28 0,33 1,33 2,38 3,42 6,45 8,47 12,49 15,50 14,34 15,36 13,28 13,25 20,19 21,19 25,18 26,17 27,15 41,11
15,11 4,13 2,16 0,24 0,31 0,36 2,40 4,43 7,46 10,47 13,48 10,23 18,17 22,17 24,15 25,14 34,10 39,8 40,9 41,11 45,18 47,27 49,34 51,30 53,26 54,21 54,17 53,13 50,9 46,5 41,1 39,0 35,1 31,3 26,6 22,10 20,11 16,11 15,11
0,8 12,1 15,0 15,0 16,1 19,3 23,6 25,10 27,15 25,13 25,16 26,19 25,22 24,26 24,22 23,18 18,9 14,3 0,8
15,0 6,1 3,2 2,4 1,7 0,11 1,10 1,13 1,16 1,20 3,24 3,22 5,25 8,28 6,7 14,1 15,0
0,3 6,1 8,0 10,0 13,1 15,4 13,3 11,2 9,1 7,2 0,3
4,3 13,0 4,2 2,4 1,9 0,15 4,5 4,3
14,2 10,2 7,1 6,5 4,3 2,5 0,4 1,3 4,2 7,1 15,0 14,2
0,2 3,0 6,0 9,0 12,1 11,2 6,1 0,2
2,0 0,1 0,4 2,1 2,0
15,3 12,0 12,2 7,1 7,3 4,2 4,4 3,5 3,6 0,10 7,6 15,9 17,10 18,5 16,1 15,3
14,2 11,0 11,1 7,0 7,2 4,1 5,3 4,4 4,5 0,8 7,4 14,7 16,8 17,4 15,1 14,2
4,1 0,1 8,4 9,4 9,2 8,1 8,2 6,0 6,2 4,1
7,2 11,1 10,3 17,4 18,9 13,7 9,7 5,8 0,11 0,4 4,0 3,3 7,0 7,2
9,2 16,4 18,7 13,5 8,5 5,6 0,9 0,3 3,0 3,3 7,0 6,2 10,1 9,2
0,4 2,1 2,3 5,0 4,2 7,0 14,1 5,3 0,4
8,42 14,42 18,41 22,40 26,38 28,35 30,32 31,29 31,25 30,19 28,13 26,9 23,6 20,3 16,1 11,0 5,0 11,2 13,4 15,5 16,7 18,10 18,16 18,18 17,20 16,21 14,22 11,23 8,23 0,23 5,32 8,42
7,39 12,39 16,38 19,37 22,35 24,33 25,30 26,27 26,23 25,18 24,13 22,9 20,6 17,3 14,1 10,0 6,0 10,2 14,5 16,9 16,14 16,17 15,19 14,20 13,22 10,23 8,24 0,24 4,29 7,39
18,14 18,11 17,7 15,4 13,0 15,5 15,10 15,13 14,16 12,19 9,21 5,22 1,23 0,29 5,29 9,28 12,27 15,24 16,22 17,20 18,17 18,14
1,13 7,11 9,10 11,9 12,7 12,5 12,3 12,0 11,5 10,7 9,9 7,10 5,10 0,11 1,13
30,40 25,42 20,43 16,43 12,43 9,41 6,39 4,37 2,33 0,27 0,22 0,17 1,12 3,9 6,5 10,2 16,0 11,4 9,9 8,14 10,20 11,22 13,23 15,24 17,24 20,23 23,22 30,18 29,29 30,40
27,36 22,38 18,39 14,39 11,39 8,38 6,36 4,33 3,30 1,25 0,20 0,15 1,12 3,8 5,5 8,2 12,0 8,4 7,8 6,13 8,18 9,20 10,21 12,23 14,23 17,23 20,23 26,20 26,26 27,36
9,23 7,21 5,20 2,15 1,11 0,8 0,4 1,0 1,5 3,9 4,13 6,15 9,16 13,17 16,16 21,15 24,21 20,23 16,24 12,24 9,23
0,0 2,2 5,4 8,4 12,3 13,1 9,2 5,2 2,1 0,0
10,4 10,6 9,7 8,9 6,9 4,9 2,9 1,7 0,6 0,4 1,2 2,1 4,0 6,0 8,1 9,2 10,4
8,3 8,5 7,6 6,7 5,8 3,8 2,7 1,6 0,4 0,3 1,2 2,1 3,0 5,0 6,1 7,2 8,3
29,2 7,12 9,19 3,21 2,22 1,23 0,25 0,27 1,30 2,33 4,34 6,35 9,36 12,35 15,44 17,46 22,49 38,58 44,56 49,55 61,34 58,23 61,22 63,21 65,19 65,17 65,12 64,8 63,7 61,7 55,8 52,0 29,2
0,1 2,5 5,7 7,4 5,0 0,1
0,4 2,7 4,3 3,0 0,1 0,4
1,6 0,1 2,0 4,1 1,2 1,6
0,2 3,0 6,0 7,7 5,2 0,2
20,2 15,3 11,5 7,8 5,11 3,15 1,19 0,24 0,29 5,25 10,21 16,19 22,17 28,15 35,15 42,15 50,15 47,11 43,7 40,4 36,2 32,1 28,0 24,1 20,2
50,23 48,33 43,44 34,43 26,49 12,41 3,14 0,15 4,28 0,46 2,49 3,55 4,53 8,63 9,59 11,64 14,69 15,73 15,71 16,74 17,75 17,73 21,77 25,79 29,80 33,80 30,77 34,80 37,82 40,83 44,83 40,78 45,83 48,77 50,70 51,72 54,68 57,63 58,66 58,62 58,64 58,59 61,51 62,55 64,50 65,45 65,38 63,31 64,32 62,28 62,27 64,27 61,25 57,19 54,15 50,1 45,0 50,23
18,1 14,3 10,5 7,7 4,10 2,13 1,17 0,22 0,27 5,23 9,20 15,17 20,15 26,14 32,13 39,13 46,14 43,10 40,7 37,4 33,2 30,1 26,0 22,0 18,1
55,18 57,23 59,28 61,35 62,41 61,46 59,50 58,44 56,51 54,57 51,62 49,66 47,64 45,71 42,77 37,72 33,65 37,73 40,77 37,77 33,76 30,74 27,71 29,75 26,75 22,74 19,72 16,70 14,67 11,63 7,54 7,58 0,43 3,26 0,14 0,12 10,39 24,47 32,40 41,42 47,32 49,22 45,0 47,1 51,13 53,15 55,18
0,8 2,3 2,1 3,0 5,0 6,0 9,4 8,5 6,6 3,7 0,8
2,2 0,4 0,7 3,8 7,8 10,5 12,2 10,0 8,0 9,1 11,2 9,5 6,6 4,7 0,6 0,4 2,2
2,6 0,8 0,10 2,10 4,10 2,0 2,6
13,5 14,4 10,1 6,0 2,4 0,12 13,5
0,11 1,4 2,2 3,1 5,0 6,1 11,5 10,7 7,9 4,10 0,11
0,2 2,2 1,2 2,0 0,2
15,5 11,3 7,0 3,0 1,4 0,9 6,8 15,5
12,3 9,0 5,0 4,0 3,2 0,5 3,6 5,6 8,5 12,3
10,2 7,0 4,0 2,1 0,4 4,4 10,2
5,0 2,2 3,1 0,1 5,0
10,6 12,11 12,6 13,7 15,12 15,6 17,8 17,5 21,0 23,9 19,7 19,9 21,16 27,28 21,20 23,27 26,33 23,31 20,29 18,27 17,24 18,28 14,26 16,31 11,27 6,24 3,20 0,16 6,19 10,20 8,5 10,6
6,0 8,6 10,17 11,18 12,17 14,15 12,21 9,19 11,24 10,26 7,19 9,28 7,32 6,28 4,22 0,12 2,9 6,17 3,6 6,0
0,0 5,2 6,8 8,14 8,21 7,28 0,0
53,2 47,1 40,0 33,0 26,2 20,4 13,7 7,11 0,16 1,24 3,29 10,24 16,21 23,18 30,16 36,15 43,14 49,14 56,15 53,2
51,2 45,1 38,0 32,1 26,2 19,4 13,7 7,11 0,15 1,22 3,26 9,22 15,19 22,16 28,14 35,13 41,12 47,12 54,13 51,2
15,9 13,5 10,3 5,1 0,0 7,4 9,6 9,8 15,9
6,13 6,10 7,7 8,3 11,0 7,2 4,6 2,11 0,17 4,14 6,13
19,5 18,1 15,0 11,0 0,1 11,2 15,3 16,5 19,5
0,3 5,0 6,0 5,2 0,3
1,0 0,1 3,2 8,0 3,1 1,0
5,1 5,0 2,2 0,3 5,1
0,0 2,1 5,3 7,6 9,9 6,9 5,7 4,5 0,0
22,1 20,0 15,0 10,1 5,3 1,6 0,8 1,9 5,6 9,4 13,3 18,3 21,4 22,1
0,0 0,3 0,4 4,3 3,2 2,2 3,1 3,0 1,0 0,0
0,3 0,5 2,5 3,5 4,3 4,2 2,3 3,1 3,0 2,0 0,1 0,3
24,1 17,2 10,4 5,7 0,11 6,5 12,2 21,0 24,1
40,11 41,12 42,13 45,19 47,29 47,26 49,32 50,37 52,32 55,28 55,30 55,25 56,21 56,18 55,13 52,9 48,5 42,1 40,0 36,1 32,3 27,7 23,11 20,13 17,13 15,12 5,15 2,18 1,24 0,30 1,29 1,30 0,35 1,34 1,39 3,43 6,46 8,49 12,50 16,51 13,35 15,37 12,29 12,26 19,19 21,20 24,19 25,17 26,16 35,13 40,11
14,12 4,15 2,17 1,25 0,32 1,37 3,42 5,45 8,47 11,48 14,49 10,24 18,18 23,17 24,16 25,14 34,10 39,9 40,9 41,11 45,18 48,27 49,34 52,30 54,25 54,21 54,17 53,13 50,9 46,5 41,1 38,0 35,1 31,3 26,7 22,10 19,12 16,12 14,12
0,9 11,2 14,0 15,0 15,1 19,3 22,6 25,10 27,15 25,13 26,16 26,19 25,22 24,26 24,22 23,18 18,9 14,4 0,9
14,0 5,1 3,2 1,4 0,8 0,12 1,11 0,13 0,17 1,20 3,24 3,22 5,26 8,28 5,8 13,1 14,0
0,4 5,1 8,0 10,0 13,2 15,4 13,3 11,2 9,2 7,2 0,4
4,3 12,0 3,2 1,5 0,9 0,15 3,5 4,3
14,1 10,1 8,1 6,5 4,3 2,5 0,4 1,3 4,2 7,0 16,0 14,1
0,2 3,1 7,0 10,0 12,1 12,2 6,1 0,2
2,2 8,0 0,1 2,2
2,0 0,2 0,4 2,1 2,0
15,2 11,0 11,2 7,0 7,2 3,1 4,4 3,4 3,5 0,10 7,6 15,9 17,9 18,5 15,1 15,2
14,2 11,0 11,1 7,0 6,2 4,1 5,3 3,3 4,4 0,8 6,4 14,6 15,7 16,4 15,0 14,2
4,1 0,1 8,3 9,4 9,2 7,1 8,2 5,0 6,1 3,0 4,1
7,2 11,0 11,2 17,4 18,8 14,6 9,6 5,8 0,11 0,4 4,0 4,2 7,0 7,2
9,2 16,4 18,7 14,5 8,5 5,6 1,9 0,4 3,0 3,3 7,0 7,2 10,1 9,2
0,5 2,1 2,3 5,1 4,2 7,0 14,1 5,3 0,5
10,43 15,42 20,41 24,39 27,37 29,35 31,32 32,28 32,24 31,18 29,13 27,9 24,5 20,3 16,1 11,0 5,1 11,2 13,4 15,5 17,8 18,10 19,16 19,18 18,20 16,22 14,23 12,23 9,24 0,23 6,32 10,43
7,39 12,39 16,38 19,36 22,35 24,32 26,30 26,27 26,23 25,18 24,13 22,9 19,6 16,3 13,1 9,0 5,0 9,2 13,5 15,9 16,14 16,17 15,19 14,21 13,22 8,24 0,25 4,30 7,39
17,14 16,10 15,7 11,0 13,5 14,9 14,13 13,16 11,19 8,21 5,22 0,23 0,29 4,29 8,28 11,27 14,24 15,22 16,20 17,17 17,14
1,13 7,11 9,10 11,9 12,7 12,5 12,3 11,0 11,5 10,7 9,9 7,10 5,10 0,11 1,13
31,39 26,41 21,43 17,43 13,43 10,42 7,40 5,37 3,34 1,28 0,22 0,17 1,13 3,9 6,6 10,3 15,0 11,4 9,9 8,11 8,14 10,20 11,22 13,23 15,24 17,24 23,22 30,18 29,28 31,39
27,36 23,38 19,39 15,39 12,39 9,38 7,36 5,34 3,30 1,25 1,20 0,16 1,12 2,8 5,5 8,2 11,0 8,4 6,8 6,13 8,18 9,20 11,22 12,23 15,23 17,23 20,22 27,20 26,26 27,36
9,23 6,22 5,20 3,18 1,15 0,12 0,8 0,4 0,0 1,5 2,10 4,13 6,15 9,16 12,17 16,16 21,15 24,20 20,22 16,23 12,24 9,23
0,0 2,2 5,4 9,4 13,3 13,1 9,2 6,2 3,1 0,0
9,3 9,5 9,6 7,8 6,8 4,9 2,8 0,7 0,5 0,3 1,2 2,0 4,0 6,0 7,0 9,1 9,3
7,3 7,5 7,6 6,7 4,8 3,8 2,7 0,6 0,5 0,3 0,2 1,1 3,0 4,0 6,1 7,2 7,3
29,3 7,14 9,21 3,23 2,24 1,25 0,27 0,29 1,32 2,34 4,36 7,37 10,37 13,36 15,45 17,47 22,50 39,58 45,56 50,55 61,34 58,23 61,22 63,21 64,19 65,17 65,11 64,8 62,7 60,7 54,8 52,0 29,3
0,2 2,6 5,8 7,5 5,0 0,2
0,5 3,7 4,3 4,0 0,1 0,5
1,6 0,1 3,0 5,1 2,2 1,6
18,2 13,3 10,6 6,8 4,12 2,15 0,20 0,25 0,30 5,26 10,22 15,19 21,17 27,15 34,14 41,14 49,15 45,10 42,7 38,4 35,2 31,1 27,0 23,1 18,2
50,23 49,33 44,44 34,42 27,49 12,42 3,14 0,16 4,29 1,47 3,50 4,56 4,53 10,63 10,60 12,65 15,70 16,74 16,71 18,74 18,75 19,73 22,77 26,79 31,80 35,80 32,76 35,79 39,81 42,82 46,82 42,77 47,82 49,76 51,69 53,72 55,67 58,62 59,65 59,61 59,63 59,58 61,50 63,54 65,49 66,43 65,37 63,30 64,30 62,27 62,26 64,26 61,24 57,18 53,14 49,0 44,0 50,23
17,1 12,3 9,5 5,8 3,11 1,14 0,18 0,22 0,27 4,23 9,20 14,17 19,15 25,14 31,13 38,13 45,13 42,9 39,6 35,4 32,2 28,1 24,0 21,0 17,1
56,17 58,22 60,27 62,33 63,39 63,45 61,49 60,43 58,50 56,56 54,61 51,65 49,63 47,70 45,76 40,71 35,65 40,73 42,77 39,77 36,76 33,74 29,71 32,75 28,75 25,74 22,72 19,70 16,67 13,64 9,55 9,58 2,43 4,27 0,14 1,13 12,39 26,47 33,40 43,41 48,31 50,21 46,0 47,0 51,12 53,14 56,17
0,9 1,3 2,2 3,1 4,0 5,1 9,4 8,6 6,7 3,8 0,9
1,3 0,5 0,8 3,9 7,8 10,6 12,3 10,1 7,0 9,1 11,3 9,6 6,7 4,8 0,7 0,5 1,3
2,6 0,8 0,10 2,10 4,10 1,0 2,6
0,0 0,2 4,0 0,0
12,5 13,4 9,0 5,0 1,3 0,12 12,5
0,10 1,3 2,1 3,0 5,0 7,1 12,5 10,7 8,8 5,9 0,10
0,2 3,1 1,1 2,0 1,1 0,2
14,5 10,3 6,0 3,0 1,5 0,9 6,8 14,5
12,3 8,1 5,0 2,2 0,6 2,6 5,6 8,5 12,3
11,2 8,0 5,0 3,1 0,4 5,4 11,2
5,1 2,3 3,1 0,1 5,0 5,1
0,1 2,0 2,8 0,1
10,6 11,11 12,6 13,7 15,12 15,6 17,8 17,5 21,0 23,8 19,7 18,9 21,16 28,27 21,20 23,27 27,33 23,31 21,29 19,27 17,24 18,28 15,25 17,31 11,27 6,24 3,20 0,16 6,19 10,20 8,5 10,6
7,0 9,6 10,17 12,18 13,17 15,15 13,21 10,19 12,24 11,27 8,20 10,28 8,32 7,28 5,22 0,12 2,9 7,17 4,7 7,0
0,0 4,1 6,7 8,14 8,20 8,27 0,0
52,2 45,0 39,0 32,0 25,2 19,4 12,7 6,12 0,17 1,25 3,30 9,25 16,21 23,18 29,16 36,14 42,13 49,13 55,14 52,2
50,1 44,0 37,0 31,0 25,2 18,4 12,7 6,11 0,16 1,23 2,27 9,23 15,19 21,16 28,14 34,13 40,12 47,12 53,12 50,1
15,9 13,6 9,4 5,2 0,0 7,5 8,7 9,9 15,9
5,14 5,10 6,7 7,4 9,0 6,3 3,6 1,11 0,17 3,15 5,14
0,0 2,0 4,1 2,1 0,0
19,4 18,0 11,0 0,1 11,1 15,2 16,4 19,4
1,0 0,2 3,2 8,0 3,1 1,0
5,1 5,0 2,1 0,3 5,1
0,0 0,1 5,0 0,0
0,0 2,1 5,3 7,5 9,9 6,9 4,5 0,0
22,1 20,0 15,0 10,1 6,4 1,7 0,9 2,10 5,7 9,5 13,4 18,4 21,4 22,1
0,0 0,3 1,4 4,3 4,2 3,2 4,1 2,0 0,0
0,3 1,5 3,6 4,5 4,3 4,2 2,3 4,1 3,0 2,0 1,1 0,3
23,2 16,3 10,5 4,8 0,12 5,6 11,3 20,0 23,2
40,10 41,11 42,12 45,18 48,28 48,25 49,31 50,36 53,31 55,27 55,28 56,24 56,20 56,16 55,12 52,8 48,4 42,0 39,0 36,1 32,3 26,7 23,11 20,12 17,13 15,12 5,16 2,18 2,24 0,30 1,29 1,30 1,35 1,34 2,40 4,44 7,47 10,49 13,50 17,51 14,35 15,37 13,29 12,26 19,19 21,20 24,19 26,17 26,16 39,10 40,10
13,12 4,15 1,18 0,26 0,32 1,38 3,42 5,45 8,47 11,48 14,49 10,24 17,18 22,17 23,16 24,14 33,10 38,8 39,8 40,10 44,17 47,26 49,33 51,28 53,24 54,20 53,16 52,12 49,8 45,4 39,0 37,0 34,0 30,3 25,7 21,10 18,12 15,12 13,12
0,9 11,1 14,0 15,0 15,0 19,2 22,5 25,8 27,13 25,12 26,15 26,18 26,21 25,25 24,21 23,17 18,8 14,3 0,9
14,0 5,1 3,2 1,5 0,8 0,12 1,11 1,14 1,17 2,21 4,25 4,22 6,26 9,28 6,8 13,1 14,0
0,4 5,0 7,0 10,0 12,1 15,3 13,2 11,1 9,1 7,1 0,4
4,4 12,0 3,3 1,5 0,10 0,16 3,5 4,4
13,2 10,2 7,2 6,6 3,3 2,6 0,5 0,4 3,2 6,1 15,0 13,2
0,2 4,1 7,0 10,0 13,0 12,2 7,1 0,2
2,0 0,2 1,4 3,2 2,0
15,3 12,0 12,2 8,1 7,3 4,2 5,4 3,5 4,6 0,11 8,7 16,9 17,10 18,5 16,1 15,3
14,2 10,0 10,2 6,1 6,2 3,2 4,3 3,4 3,5 0,8 6,4 14,7 15,8 16,4 14,1 14,2
3,2 0,2 7,4 9,4 9,2 7,1 8,3 5,0 6,2 3,1 3,2
7,2 11,1 11,3 17,4 18,9 14,7 9,7 6,8 0,11 0,4 4,0 4,3 7,0 7,2
9,2 15,4 17,7 13,5 8,5 4,6 0,9 0,3 3,0 2,3 6,0 6,2 9,1 9,2
0,4 1,1 1,3 4,0 4,2 6,0 13,1 5,3 0,4
10,42 15,41 20,40 24,38 27,36 29,33 31,30 32,27 32,23 30,17 28,12 26,8 23,4 19,2 15,0 10,0 4,0 10,2 13,3 15,5 16,7 17,9 18,12 19,15 18,17 18,19 16,21 14,22 12,23 8,23 0,23 6,31 10,42
8,39 12,39 16,38 20,36 22,34 24,32 26,29 26,26 26,23 25,17 23,13 21,9 19,6 16,3 12,1 8,1 4,0 9,2 12,5 14,9 15,14 15,17 15,19 14,20 12,22 10,23 7,24 0,25 4,30 8,39
17,14 16,10 15,7 13,3 11,0 13,5 14,9 14,13 13,16 11,19 8,21 5,22 0,23 0,29 4,29 8,28 11,26 14,24 16,22 16,19 17,17 17,14
1,13 7,11 9,10 11,9 11,7 12,5 12,2 11,0 11,5 10,7 9,9 7,10 5,11 0,11 1,13
32,39 27,41 22,43 18,43 14,43 11,42 8,40 5,38 3,34 1,28 0,23 0,18 1,14 3,10 6,6 10,3 15,0 11,5 9,9 8,12 8,15 10,20 12,22 13,23 15,24 18,24 20,23 23,22 30,18 30,28 32,39
28,36 24,38 20,39 16,39 13,39 10,38 7,36 5,34 4,31 2,26 1,21 0,17 1,13 2,9 4,6 7,3 11,0 8,4 6,9 6,13 8,18 10,20 11,22 13,23 15,23 17,23 20,23 27,20 26,26 28,36
9,22 7,21 5,19 2,15 1,11 0,8 0,4 0,0 1,5 2,9 4,12 6,15 9,16 13,16 17,15 21,14 24,19 21,21 17,22 13,23 9,22
0,0 3,3 6,4 9,4 13,3 14,1 10,2 6,2 3,2 0,0
10,3 10,5 9,7 8,8 6,9 4,9 3,8 1,7 0,5 0,4 1,2 2,1 4,0 6,0 8,0 9,2 10,3
8,3 8,5 7,6 6,7 5,8 4,8 2,8 1,7 0,5 0,4 1,2 2,1 3,1 5,0 6,1 7,2 8,3
28,4 7,16 9,22 3,24 1,27 0,29 0,31 1,34 3,36 5,38 7,39 10,39 13,38 16,47 18,49 23,52 41,59 46,57 51,55 62,33 58,23 61,22 63,21 64,19 65,16 65,11 63,8 62,7 59,7 54,8 51,0 28,4
0,2 3,5 6,8 7,4 5,0 0,2
0,6 3,8 4,4 4,0 0,2 0,6
1,6 0,1 2,0 5,0 1,2 1,6
0,2 3,0 6,0 8,6 5,1 0,2
18,2 13,4 9,6 6,9 3,12 2,16 0,21 0,25 0,31 5,26 10,23 15,19 21,17 27,15 34,14 41,14 49,14 45,10 42,6 38,4 34,2 30,1 26,0 22,1 18,2
51,23 50,33 45,44 36,43 29,50 14,43 4,16 0,17 5,31 3,48 5,52 6,57 6,55 12,65 12,61 15,66 18,71 19,75 19,73 20,75 21,76 21,75 25,78 29,80 33,81 38,81 34,77 38,80 42,82 45,83 48,82 45,78 50,82 52,76 53,69 55,71 58,67 60,62 61,65 61,61 62,62 61,57 63,49 65,54 67,49 68,43 67,36 64,29 66,30 63,27 63,26 65,26 62,24 58,17 54,14 49,1 44,0 51,23
16,2 12,3 8,6 5,8 3,11 1,15 0,19 0,23 0,28 4,24 9,21 14,18 19,16 25,14 31,13 38,12 45,13 42,9 38,6 35,3 31,1 28,0 24,0 20,1 16,2
56,17 58,22 61,27 63,33 64,39 63,44 62,49 60,43 59,50 57,56 55,61 52,66 51,63 49,71 47,76 41,72 37,66 41,73 44,77 41,77 38,76 34,75 31,72 34,76 30,75 27,75 23,73 20,71 18,68 15,65 10,56 10,60 2,45 4,28 0,16 1,15 13,41 27,48 34,41 43,41 48,31 50,21 45,0 46,0 51,12 53,14 56,17
0,8 1,3 1,1 2,0 3,0 5,0 8,3 7,5 5,6 3,8 0,8
1,3 0,5 0,8 3,9 7,8 10,6 12,2 9,1 7,0 9,1 10,2 9,5 6,7 4,8 0,7 0,5 1,3
1,6 0,8 0,10 2,10 4,10 1,0 2,6 1,6
0,0 1,1 4,0 0,0
13,5 14,4 9,1 5,0 2,4 0,12 13,5
0,10 1,3 2,1 3,0 4,0 6,0 11,4 10,6 7,8 4,9 0,10
0,2 2,1 1,2 2,0 0,2
14,5 6,1 3,0 0,5 0,10 5,9 14,5
12,2 8,0 5,0 2,1 0,5 2,6 5,5 8,4 12,2
11,1 7,0 5,0 2,1 0,3 5,3 11,1
5,0 2,2 2,1 0,1 5,0
9,6 11,11 11,6 12,7 14,11 14,6 16,8 16,5 20,0 22,8 18,6 17,8 20,16 27,27 20,19 23,26 27,32 23,30 21,29 18,26 17,24 18,28 14,25 17,30 11,27 6,24 2,20 0,16 6,19 10,20 7,5 9,6
6,0 8,6 10,17 12,18 13,17 15,15 13,21 10,19 12,24 11,26 8,20 11,28 8,32 7,28 5,22 0,13 2,9 7,18 3,7 6,0
0,0 5,2 7,8 9,14 9,20 10,27 0,0
52,2 45,1 39,0 32,1 25,3 19,5 13,9 6,13 0,19 2,27 4,31 10,27 17,23 23,19 30,17 36,15 43,14 49,14 55,14 52,2
50,1 44,0 37,0 31,1 25,3 18,5 12,9 6,13 0,18 1,25 3,29 9,24 16,21 22,18 28,15 34,13 41,12 47,12 53,12 50,1
15,8 12,5 9,2 5,1 0,0 6,4 8,6 9,8 15,8
6,13 5,10 6,7 7,3 9,0 6,2 3,6 1,11 0,17 3,14 6,13
0,0 1,0 3,1 1,1 0,0
19,4 18,0 15,0 11,0 0,2 11,2 15,2 16,4 19,4
1,1 0,2 3,2 8,0 3,1 1,1
5,2 5,0 2,2 0,4 5,2
0,0 1,1 6,0 3,0 0,0
0,0 3,1 5,3 8,5 10,8 6,9 4,5 0,0
21,0 19,0 14,0 9,1 5,3 0,7 0,9 1,10 5,7 8,4 13,3 17,3 20,3 21,0
0,0 0,3 1,4 4,3 4,2 2,2 4,1 2,0 0,0
0,3 1,5 2,6 4,5 4,2 2,3 3,1 2,0 1,0 0,1 0,3
23,1 16,2 10,4 5,8 0,12 5,5 12,2 20,0 23,1
39,11 40,11 41,12 44,18 47,28 47,25 49,31 50,35 53,31 54,26 55,28 55,24 55,20 55,16 54,12 51,8 46,4 40,0 38,0 34,1 30,3 25,8 22,11 19,13 16,14 14,13 4,17 2,20 1,26 0,32 1,30 1,32 1,37 1,36 2,41 4,45 7,48 10,50 13,51 17,52 14,36 15,38 12,30 12,27 18,20 20,21 23,20 25,18 26,16 34,12 38,11 39,11
12,13 3,16 1,19 0,27 0,34 1,39 3,43 5,46 8,48 11,49 14,50 9,25 16,19 21,18 22,16 23,15 32,10 37,8 38,9 39,10 43,17 47,25 49,33 51,28 52,24 53,19 52,15 51,11 48,7 44,4 38,0 36,0 32,1 28,3 23,7 20,11 18,13 14,13 12,13
0,9 11,1 14,0 15,0 15,0 19,2 22,4 25,8 27,13 25,12 26,15 26,18 26,21 26,24 25,21 23,17 18,8 14,3 0,9
13,0 4,2 2,3 1,5 0,8 0,13 1,11 0,14 1,17 2,21 4,25 4,22 6,26 9,28 5,8 13,1 13,0
0,4 5,1 7,0 9,0 12,1 15,3 13,2 11,1 9,1 7,2 0,4
3,4 11,0 2,3 0,5 0,10 0,16 2,6 3,4
14,2 10,2 7,2 6,6 4,4 2,6 0,6 1,5 4,3 7,2 15,0 14,2
0,3 3,1 6,0 9,0 12,1 11,2 6,1 0,3
2,2 8,0 0,2 2,2
1,0 0,2 0,5 2,2 1,0
15,2 12,0 12,2 7,1 7,3 4,1 4,4 3,4 3,5 0,10 7,6 15,9 17,10 18,5 16,1 15,2
14,2 11,0 11,1 7,0 7,2 4,1 5,3 4,3 4,4 0,8 7,4 14,6 16,7 17,4 15,0 14,2
4,1 0,1 8,3 9,4 10,2 8,1 8,2 6,0 6,1 4,0 4,1
11,42 16,41 21,40 24,38 27,36 30,33 31,30 32,27 32,23 30,17 28,12 25,7 22,4 18,2 14,1 9,0 4,1 9,2 12,3 14,5 15,7 17,9 18,15 18,17 17,19 16,21 14,22 8,23 0,24 6,32 11,42
8,39 13,38 17,37 20,35 23,33 24,31 26,28 26,25 26,21 24,16 23,11 21,8 18,5 15,2 11,1 7,0 3,0 8,1 11,4 14,8 15,13 15,16 15,18 14,20 12,21 10,22 7,23 0,25 4,30 8,39
17,14 16,10 14,7 13,3 10,0 12,5 13,9 14,13 13,16 11,19 8,21 5,22 0,23 0,30 5,29 9,28 12,26 14,24 16,22 16,19 17,17 17,14
1,14 7,12 9,10 11,9 11,7 12,5 11,2 11,0 10,5 10,7 9,9 7,10 5,11 0,12 1,14
32,38 27,40 22,41 18,42 14,42 11,41 8,39 5,37 3,34 1,28 0,23 0,18 0,13 2,9 5,6 9,2 13,0 9,4 8,9 8,14 10,20 11,22 13,23 15,23 17,23 23,21 30,16 29,27 32,38
28,34 24,36 20,38 16,38 13,38 10,37 7,36 5,33 3,30 1,25 0,21 0,16 0,12 1,9 3,5 6,2 10,0 7,4 5,8 6,13 8,18 9,20 10,21 12,22 14,22 17,22 20,21 26,18 26,25 28,34
10,22 8,21 6,20 3,15 1,12 0,8 0,4 0,0 1,5 3,10 5,13 7,15 10,16 13,16 17,15 22,14 25,19 21,21 18,22 14,23 10,22
0,1 2,3 6,4 9,4 13,3 13,0 9,2 6,2 3,2 0,1
10,3 10,5 9,7 8,8 6,9 4,9 2,9 1,7 0,6 0,4 1,2 2,1 4,0 6,0 7,1 9,2 10,3
8,3 8,4 7,5 6,7 5,7 3,7 2,7 1,6 0,5 0,3 1,2 1,1 3,0 4,0 6,0 7,1 8,3
27,4 7,17 9,23 3,25 2,27 1,28 0,30 1,31 2,34 3,37 5,39 8,40 11,39 14,38 17,47 19,49 24,52 42,59 47,56 52,55 62,32 58,22 61,21 63,20 64,18 65,15 64,10 62,7 61,6 59,6 53,8 50,0 27,4
0,2 3,5 6,7 7,4 5,0 0,2
1,6 4,8 5,4 4,0 0,2 1,6
1,6 0,1 2,1 4,0 1,2 1,6
0,3 3,1 6,0 8,7 5,2 0,3
17,2 13,4 9,7 6,10 3,13 2,17 1,21 0,26 1,32 5,27 10,23 15,20 21,17 27,15 34,14 41,13 49,13 45,9 41,6 38,3 34,2 30,1 26,0 22,1 17,2
51,23 50,33 46,44 36,44 29,51 15,44 3,18 0,19 5,32 3,50 5,53 7,59 7,57 13,66 13,62 16,68 19,72 20,76 20,74 22,76 23,77 23,76 27,79 31,80 35,81 39,81 36,78 40,81 43,82 47,83 50,83 46,78 51,82 54,77 55,69 57,72 59,67 61,62 62,65 62,61 63,62 62,57 64,49 66,53 68,48 68,43 67,36 64,29 66,30 63,27 63,26 65,25 62,24 57,17 54,14 48,1 44,0 51,23
16,2 12,4 8,6 5,9 3,12 1,16 0,20 0,24 1,29 5,25 9,21 14,18 19,16 25,14 31,13 38,12 45,12 41,8 38,5 35,3 31,1 27,0 24,0 20,1 16,2
55,17 58,22 61,26 63,33 64,39 64,44 63,49 61,43 60,50 58,56 56,61 54,66 52,63 50,71 48,76 43,72 38,66 43,74 46,77 43,77 39,77 36,75 32,73 35,76 32,76 28,76 25,74 22,72 19,70 16,66 11,57 11,61 3,47 5,30 0,18 0,16 13,42 28,49 35,41 44,42 48,31 50,22 44,0 46,1 51,12 53,14 55,17
0,8 1,3 2,1 3,0 4,0 5,0 9,3 8,5 6,6 3,7 0,8
1,3 0,5 0,8 3,9 7,8 10,5 12,2 9,0 7,0 9,1 10,2 8,5 6,7 4,8 0,7 0,5 1,3
1,6 0,8 0,10 2,10 4,9 1,0 2,6 1,6
0,1 1,2 4,0 0,1
12,4 13,3 9,0 5,0 1,4 0,12 12,4
0,11 0,4 1,2 2,1 4,0 6,1 11,4 9,6 7,8 4,10 0,11
0,3 3,2 1,2 2,0 1,2 0,3
14,4 6,0 2,0 0,5 0,9 5,8 14,4
12,2 8,0 4,0 2,2 0,5 2,6 5,5 8,4 12,2
10,1 7,0 4,0 2,1 0,4 5,3 10,1
5,1 2,3 2,1 0,1 5,0 5,1
0,1 2,0 3,8 0,1
8,7 11,12 11,7 12,8 14,12 13,7 16,9 16,6 19,0 22,9 18,7 17,9 21,16 28,27 21,20 23,27 27,32 24,31 21,29 19,27 17,25 18,28 15,26 17,31 11,28 6,25 2,21 0,18 6,20 10,21 7,6 8,7
5,0 8,6 10,17 12,18 13,17 14,15 13,21 10,19 12,24 11,26 8,20 11,28 9,33 7,28 5,22 0,13 1,10 7,18 3,7 5,0
0,0 5,1 7,7 9,13 10,20 10,26 0,0
51,1 44,0 37,0 31,1 24,3 18,6 12,9 6,14 0,20 1,28 3,32 10,27 16,23 23,19 29,17 35,15 42,14 48,13 55,13 51,1
49,1 43,0 36,0 30,1 24,3 18,6 12,9 6,14 0,19 1,25 3,29 9,25 15,21 21,18 28,15 34,13 40,12 46,11 52,12 49,1
16,7 13,4 10,2 5,1 0,0 7,4 9,6 10,8 16,7
6,14 5,11 6,7 7,4 9,0 6,3 3,6 1,12 0,18 3,15 6,14
19,4 18,1 15,0 11,1 0,3 11,2 16,3 16,5 19,4
0,4 4,0 6,0 4,2 0,4
1,1 0,3 3,3 8,0 3,2 1,1
0,0 0,1 5,0 2,0 0,0
0,0 2,1 5,3 8,5 10,8 6,9 4,5 0,0
22,1 20,0 14,0 10,2 5,4 1,8 0,10 2,11 5,8 9,5 13,4 17,4 21,4 22,1
0,1 0,3 1,5 4,3 4,2 2,3 4,1 3,1 1,0 0,1
0,4 1,6 3,6 4,5 4,3 4,2 2,3 4,1 3,1 2,0 1,1 0,4
22,1 15,3 9,5 4,8 0,13 4,6 11,3 19,0 22,1
39,11 41,13 44,18 48,28 47,25 50,31 51,35 53,31 55,26 55,28 55,23 56,19 55,16 53,12 50,8 46,4 40,1 37,0 34,1 30,4 25,8 22,12 19,14 16,15 14,14 4,18 2,21 2,27 0,33 2,32 2,33 1,38 2,37 3,43 5,46 8,49 11,51 14,52 18,53 14,37 16,39 13,31 12,28 19,21 19,21 20,21 23,20 25,19 26,17 38,11 39,11
13,14 3,18 1,20 0,29 0,35 2,41 4,45 6,47 9,49 12,50 16,51 9,26 16,20 21,19 22,17 23,15 32,10 37,8 38,9 39,10 43,17 47,25 49,33 51,28 53,24 53,19 52,15 51,11 48,7 43,4 38,0 35,0 32,1 28,4 23,8 20,12 18,14 14,14 13,14
0,10 11,2 14,0 14,0 15,1 19,2 22,5 25,8 27,13 25,12 26,14 27,17 27,21 26,24 25,21 24,17 18,8 14,3 0,10
13,0 4,2 2,3 1,5 0,9 0,13 1,11 1,14 1,18 3,21 5,25 5,23 7,26 10,28 6,8 13,1 13,0
0,5 5,1 8,0 10,0 13,1 15,4 13,2 11,1 9,1 7,2 0,5
3,4 11,0 2,3 1,6 0,10 0,16 2,6 3,4
13,2 9,2 7,2 6,6 3,4 2,6 0,6 0,5 3,3 6,1 15,0 13,2
0,3 6,0 9,0 12,0 11,1 6,1 0,3
3,3 9,0 0,2 3,3
15,2 11,0 11,1 7,0 7,2 3,1 4,3 3,4 3,5 0,10 7,6 15,8 17,9 18,4 16,0 15,2
14,3 11,0 11,2 7,1 6,3 4,2 5,3 3,4 4,5 0,9 7,5 14,7 15,8 16,4 15,1 14,3
4,2 0,2 8,4 9,4 9,2 8,1 8,3 5,0 6,2 3,1 4,2
11,42 16,40 21,39 25,37 28,35 30,32 31,29 32,25 31,21 30,15 27,10 25,6 21,3 17,1 13,0 8,0 3,0 9,1 11,2 13,4 15,6 16,8 18,14 18,16 17,18 16,20 14,21 8,23 0,23 6,31 11,42
8,39 13,38 17,37 20,35 23,33 24,31 26,28 26,25 26,21 24,16 22,11 20,8 17,5 14,2 10,1 6,0 2,0 7,2 11,4 13,8 14,14 15,16 14,18 13,20 12,21 10,23 7,24 0,25 4,30 8,39
16,13 15,10 14,7 12,3 9,0 12,5 13,9 13,13 13,16 11,19 8,21 5,23 0,24 1,30 5,30 9,28 12,26 14,24 16,22 16,19 16,16 16,13
1,14 7,12 9,10 10,9 11,7 11,5 11,2 10,0 10,5 9,7 8,9 7,10 5,11 0,12 1,14
33,37 28,40 23,41 19,42 15,42 12,41 9,40 6,37 4,34 2,28 0,23 0,18 0,14 2,10 5,6 8,3 13,0 9,4 8,6 7,9 8,14 10,20 11,22 13,23 15,23 17,23 23,21 30,16 30,26 33,37
29,34 24,36 21,38 17,38 14,38 11,38 8,36 6,34 4,31 2,26 1,21 0,17 0,13 1,9 3,6 6,3 10,0 7,4 5,9 6,13 8,18 9,20 11,21 13,22 15,23 17,22 20,21 27,18 26,24 29,34
11,21 9,20 7,19 5,17 3,14 2,11 1,8 0,4 0,0 2,5 3,9 5,12 8,14 11,15 14,15 18,14 22,12 26,18 22,20 18,21 15,22 11,21
0,1 3,3 6,4 10,4 14,3 14,0 10,2 7,2 3,2 0,1
9,3 9,5 9,7 7,8 6,9 4,9 2,9 1,8 0,6 0,5 0,3 1,1 3,1 5,0 7,1 8,2 9,3
7,3 7,4 7,6 6,7 5,8 3,8 2,7 0,6 0,5 0,4 0,2 1,1 2,0 4,0 5,1 6,1 7,3
26,5 6,18 8,25 3,27 2,28 1,30 0,32 1,33 2,36 3,39 5,41 8,41 11,41 14,40 17,48 20,50 25,53 43,59 47,57 52,55 62,32 58,22 61,21 63,20 64,18 64,15 64,10 62,7 60,6 58,6 52,8 49,0 26,5
0,2 2,6 5,8 7,5 4,0 0,2
0,6 3,8 4,4 3,0 0,2 0,6
1,6 0,2 2,1 4,0 1,2 1,6
0,2 3,0 6,0 8,6 5,2 0,2
16,3 11,5 8,7 5,10 2,14 1,18 0,22 0,27 0,32 5,28 9,24 14,20 20,17 26,15 33,14 40,13 48,13 44,9 40,5 36,3 32,1 28,0 24,0 20,1 16,3
51,22 50,32 46,44 37,43 30,51 15,45 3,18 0,20 5,33 4,51 6,54 8,59 8,57 14,67 14,63 17,68 20,72 22,76 22,74 23,77 24,77 24,76 28,78 33,80 37,81 41,81 37,78 41,80 45,82 49,82 52,82 48,77 53,82 55,76 56,68 58,71 60,66 62,61 63,64 63,60 64,61 63,56 64,48 66,52 68,47 68,41 67,35 64,28 66,28 63,26 62,25 65,24 61,23 57,16 53,13 47,0 43,0 51,22
15,2 11,4 8,7 5,9 3,13 1,16 1,20 0,25 1,30 5,25 9,22 14,18 19,16 25,14 31,13 38,12 45,12 41,8 38,5 34,3 31,1 27,0 23,0 19,1 15,2
55,16 58,21 61,25 63,32 65,37 65,43 63,47 61,41 60,49 59,55 57,60 55,65 53,62 52,70 50,76 44,71 39,66 44,73 48,76 44,77 41,76 37,75 34,73 37,76 33,76 30,75 26,74 23,72 20,70 17,66 15,62 12,58 12,61 4,47 5,30 0,19 0,17 14,42 29,49 35,41 44,41 48,31 49,21 43,0 45,0 50,11 52,13 55,16
0,9 0,3 1,2 2,1 3,0 5,1 8,3 7,5 5,7 3,8 0,9
1,3 0,5 0,8 3,9 7,8 9,5 12,2 9,0 7,0 8,1 10,2 8,5 6,7 3,8 0,7 0,5 1,3
1,6 0,8 0,10 1,10 4,9 0,0 1,6
12,4 12,3 8,0 4,0 1,4 0,12 12,4
0,11 1,4 1,2 3,0 4,0 6,0 11,4 10,6 8,8 4,9 0,11
0,2 2,1 1,2 1,0 0,2
15,5 10,2 6,0 3,0 1,5 0,10 6,8 15,5
12,2 7,0 4,0 3,1 2,2 0,6 2,6 5,6 8,4 12,2
10,1 7,0 4,0 2,1 0,4 2,4 4,4 10,1
4,1 1,3 2,2 0,2 5,0 4,1
0,1 1,0 2,8 0,1
8,7 10,12 11,7 12,8 14,12 13,7 16,9 15,5 19,0 22,8 18,7 17,9 21,16 28,27 21,19 24,26 28,32 24,30 21,29 19,27 18,24 19,28 15,26 18,31 12,28 7,25 3,22 0,18 6,21 10,21 6,6 8,7
5,0 8,6 11,17 12,18 14,17 15,14 13,21 11,19 13,24 12,26 8,20 12,28 10,33 8,29 5,23 0,13 2,10 7,18 3,7 5,0
0,0 4,1 7,7 9,13 10,20 10,27 0,0
51,0 44,0 37,0 31,1 24,3 18,6 12,10 6,15 0,21 2,28 4,33 11,28 17,23 23,20 29,17 36,15 42,13 49,12 55,13 51,0
49,0 42,0 36,0 30,1 24,3 18,6 12,10 6,14 0,20 2,26 4,30 10,25 16,21 22,18 28,15 34,13 40,12 46,11 53,11 49,0
15,7 13,4 9,2 5,0 0,0 7,4 9,5 10,7 15,7
5,13 4,10 5,7 6,3 8,0 4,2 2,6 0,11 0,18 3,15 5,13
19,4 18,0 11,0 0,3 11,2 16,2 16,4 19,4
1,2 0,3 3,3 8,0 2,2 1,2
0,1 1,2 5,0 3,0 0,1
0,0 3,0 6,2 8,4 11,7 7,8 5,4 0,0
22,1 20,0 14,1 10,2 5,5 1,9 0,11 2,12 5,8 9,6 13,4 17,4 21,4 22,1
0,0 0,3 0,4 4,3 4,1 2,2 3,0 1,0 0,0
0,3 1,5 2,6 4,5 4,3 4,2 2,3 3,1 2,0 1,0 0,1 0,3
22,1 15,2 9,5 4,8 0,13 4,6 11,3 19,0 22,1
37,11 38,12 40,13 43,18 47,28 47,25 49,30 50,35 52,31 54,26 55,28 55,23 55,19 54,16 52,12 49,8 45,4 38,1 36,0 33,2 29,5 24,9 21,13 18,15 15,15 13,15 3,20 1,23 1,28 0,35 1,33 1,34 1,40 2,39 3,44 5,48 8,50 11,52 14,53 18,53 14,38 16,40 12,32 12,29 18,22 19,22 23,21 24,19 25,18 37,11
11,15 2,19 0,22 0,30 0,37 1,42 4,46 6,49 9,50 12,51 16,52 9,27 16,20 20,19 21,18 22,16 31,11 35,9 36,9 37,9 38,11 42,17 46,25 49,33 51,28 52,23 52,19 51,15 50,11 47,7 42,4 36,1 34,0 31,2 27,4 22,9 19,13 16,14 13,15 11,15
0,11 10,2 13,0 14,0 14,1 18,2 22,5 25,8 27,13 25,12 26,14 27,17 27,21 26,24 25,21 24,17 18,9 14,4 0,11
13,0 5,2 2,3 1,6 0,9 1,13 2,12 2,15 2,18 3,21 5,25 5,23 8,26 11,28 6,8 13,1 13,0
0,5 5,2 7,1 10,0 12,1 15,4 13,2 11,2 9,2 7,2 0,5
3,4 11,0 2,3 1,5 0,10 1,16 3,5 3,4
13,2 10,2 7,3 6,7 4,5 2,7 0,7 1,6 3,4 7,2 15,0 13,2
0,3 3,2 6,1 9,0 12,0 11,2 6,1 0,3
3,4 9,0 0,3 3,4
15,3 12,0 12,2 8,1 8,3 4,2 5,4 3,5 4,5 0,10 8,6 16,9 17,10 18,5 16,1 15,3
14,2 11,0 11,1 6,0 6,2 3,1 4,3 3,4 0,8 6,4 14,7 15,7 16,4 14,1 14,2
3,1 0,1 8,4 9,4 9,2 7,1 8,2 5,0 6,2 3,0 3,1
11,42 17,41 21,39 25,37 28,35 30,32 31,29 31,25 31,21 29,15 27,10 24,6 20,3 17,1 12,0 7,0 2,1 8,2 10,3 12,4 14,6 15,9 17,14 17,17 17,19 15,20 14,22 11,23 8,23 0,24 6,32 11,42
9,38 13,37 17,36 20,34 23,32 25,29 26,27 26,23 25,20 24,15 22,10 19,7 16,4 13,1 9,0 5,0 1,0 6,1 10,4 12,8 14,13 14,15 14,17 13,19 12,21 10,22 7,23 0,25 4,29 9,38
16,13 15,10 13,7 11,3 9,0 11,5 13,9 13,13 12,16 11,19 8,21 5,23 0,24 1,30 5,30 9,29 12,26 14,24 16,22 16,19 16,16 16,13
1,15 7,12 9,10 10,9 11,7 11,5 11,3 10,0 10,5 9,7 8,9 7,10 5,11 0,12 1,15
33,37 28,39 24,41 20,42 16,42 13,42 10,40 7,38 5,35 2,29 1,24 0,19 1,14 2,10 5,6 8,3 13,0 9,5 8,9 8,15 10,20 12,22 14,23 16,23 18,23 23,21 30,16 30,26 33,37
30,34 25,36 21,38 18,39 15,39 12,38 9,36 7,34 5,31 3,26 1,22 0,17 1,13 2,10 3,6 6,3 9,0 7,5 5,9 6,14 8,18 10,20 11,22 13,22 15,23 18,22 21,21 27,18 27,24 30,34
11,21 9,21 7,19 3,15 1,11 0,8 0,4 0,0 1,5 3,9 5,12 7,14 10,15 14,15 18,14 22,12 26,17 22,20 18,21 15,22 11,21
0,1 3,3 6,4 9,4 13,2 13,0 9,2 6,2 3,2 0,1
10,3 10,4 9,6 8,8 7,9 5,9 3,8 1,7 0,6 0,4 1,2 2,1 4,0 6,0 7,0 9,1 10,3
8,3 8,4 8,6 7,7 5,8 4,8 2,8 1,7 0,5 0,4 1,3 2,1 3,1 4,0 6,1 7,2 8,3
26,6 6,20 8,26 3,29 2,30 1,32 0,34 1,35 2,38 4,41 6,42 8,43 11,43 14,41 18,50 20,52 26,54 44,60 48,57 53,55 62,32 58,23 60,21 62,20 63,18 64,15 63,10 61,7 60,6 58,6 52,8 48,0 26,6
0,2 2,6 6,7 7,4 4,0 0,2
1,5 4,7 5,3 4,0 0,1 1,5
1,5 0,1 2,0 4,0 1,2 1,5
16,3 11,5 7,8 4,11 2,15 1,19 0,23 0,28 1,33 5,28 10,24 15,21 20,18 26,15 33,14 40,12 48,12 44,8 40,5 36,3 32,1 28,0 24,1 20,1 16,3
51,22 51,32 48,44 38,44 32,52 17,46 4,20 0,22 6,34 6,52 8,56 10,61 10,59 16,68 16,64 19,69 23,73 24,77 24,75 26,78 27,78 27,77 31,79 35,81 39,82 44,81 40,78 44,81 48,82 51,83 54,82 50,78 56,82 57,76 58,68 60,70 62,66 64,61 66,64 65,60 66,61 65,56 66,48 68,52 70,47 70,41 68,35 65,28 67,28 64,25 63,24 65,24 62,23 57,17 54,13 47,1 43,0 51,22
14,3 10,5 7,7 4,10 2,13 0,17 0,21 0,26 1,30 4,26 8,22 13,19 18,16 24,14 30,12 37,11 44,11 40,7 37,5 33,2 29,1 25,0 22,0 18,1 14,3
55,16 58,20 61,25 63,31 65,37 65,42 64,47 62,41 61,49 60,55 58,60 56,65 54,62 53,70 51,76 46,72 41,66 46,73 49,77 46,77 43,77 39,75 35,73 38,76 35,77 31,76 28,75 25,73 22,71 19,68 13,59 13,63 4,49 5,32 0,20 0,19 14,44 29,50 36,42 45,41 49,31 49,21 42,0 44,0 50,12 52,13 55,16
0,9 0,3 1,1 1,0 3,0 4,0 8,3 7,5 5,6 3,8 0,9
2,3 1,5 0,8 4,9 8,8 10,5 12,1 9,0 7,0 9,0 11,2 9,5 7,7 4,8 1,7 1,5 2,3
12,4 13,3 8,0 4,0 1,4 0,13 12,4
0,10 0,3 1,1 2,0 3,0 5,0 11,3 9,5 7,7 4,9 0,10
0,3 3,2 1,2 2,0 0,2 0,3
14,4 10,1 6,0 2,0 1,5 0,9 6,8 14,4
11,2 7,0 5,0 4,0 2,1 1,2 0,6 2,7 5,6 8,5 11,2
10,1 7,0 4,0 2,2 0,5 2,4 4,4 10,1
4,0 1,3 2,1 0,1 4,0
8,7 10,12 10,7 12,8 14,12 13,7 15,8 15,5 18,0 22,8 17,6 17,8 21,15 28,26 21,19 24,26 28,31 25,30 22,28 20,26 18,24 19,28 15,26 18,31 12,28 7,25 3,22 0,18 6,21 10,21 6,6 8,7
4,0 7,6 10,17 12,18 13,17 14,14 13,21 10,19 13,23 12,26 8,20 12,28 10,33 8,29 5,23 0,14 1,10 7,18 2,8 4,0
0,0 5,1 8,6 10,13 11,19 12,26 0,0
50,1 43,0 36,1 30,2 23,4 17,7 11,12 5,17 0,23 2,30 4,35 10,29 16,25 23,21 29,18 35,15 41,14 48,13 54,13 50,1
48,0 41,0 35,1 29,2 23,4 17,7 11,11 5,16 0,22 2,28 4,32 9,27 15,23 21,19 27,16 33,14 39,12 46,11 52,11 48,0
15,7 13,4 9,2 5,1 0,0 6,4 9,5 10,7 15,7
5,14 4,11 5,8 6,4 7,0 4,3 2,7 1,12 0,18 3,15 5,14
19,4 18,0 15,0 11,1 0,4 11,3 16,3 16,5 19,4
0,4 3,0 4,0 3,2 0,4
1,1 0,3 3,2 8,0 2,1 1,1
0,1 0,2 5,0 2,0 0,1
0,0 3,1 5,2 11,7 7,8 5,4 0,0
21,0 19,0 14,0 9,2 4,5 0,9 0,11 1,12 4,8 8,6 12,4 17,3 20,3 21,0
0,0 1,3 1,4 5,3 4,1 3,2 4,0 2,0 0,0
0,3 1,5 3,5 4,4 4,2 4,1 2,3 4,0 3,0 2,0 0,1 0,3
22,1 15,3 9,6 4,9 0,14 5,7 11,4 19,0 22,1
37,10 38,11 40,12 43,18 47,27 47,24 49,29 51,34 53,30 54,25 55,26 55,22 55,18 54,14 52,10 49,7 44,3 38,0 35,0 32,1 28,4 24,9 21,13 18,15 15,15 13,15 3,20 1,23 1,29 0,35 2,34 2,35 2,40 2,39 4,44 6,48 9,51 12,52 16,53 19,53 15,38 17,40 13,32 12,29 18,22 20,22 23,21 24,19 25,17 37,11 37,10
11,15 2,19 0,22 0,30 1,37 2,42 5,46 7,49 10,51 13,51 17,51 9,28 16,20 20,19 22,17 22,16 31,10 35,8 36,8 38,10 42,16 47,24 49,31 51,27 52,22 52,18 51,14 49,10 46,6 42,3 36,0 33,0 30,1 26,4 22,8 19,12 16,14 13,15 11,15
0,10 10,1 13,0 14,0 14,0 18,1 22,4 25,7 27,12 25,11 26,13 27,16 27,19 27,23 26,20 24,16 18,8 13,3 0,10
12,0 4,2 2,3 0,6 0,9 0,13 1,12 1,15 2,18 3,22 5,25 5,23 8,26 11,28 5,8 12,1 12,0
0,5 4,1 7,0 9,0 12,0 15,3 12,2 10,1 8,1 6,2 0,5
2,4 10,0 1,3 0,5 0,10 0,16 2,6 2,4
13,2 9,2 6,2 6,6 3,4 2,7 0,7 0,6 3,3 6,2 14,0 13,2
0,3 3,1 6,0 9,0 12,0 12,1 6,1 0,3
2,0 0,2 1,5 2,2 2,0
15,2 12,0 12,1 7,0 7,2 4,1 5,3 3,4 3,5 0,10 7,6 15,8 17,9 18,5 16,0 15,2
14,3 11,0 11,2 7,1 7,3 4,2 5,4 4,4 4,5 0,9 7,5 14,7 16,8 17,5 15,1 14,3
4,2 0,2 8,4 9,4 10,3 8,1 8,3 6,0 6,2 4,1 4,2
13,42 18,41 22,39 26,37 29,34 31,31 32,28 32,25 32,21 29,15 27,10 24,6 20,3 16,1 12,0 7,0 2,1 8,2 10,3 12,5 14,6 16,9 18,14 18,17 17,19 16,20 14,22 9,24 0,25 7,32 13,42
9,39 13,37 17,36 20,34 23,32 24,29 25,26 25,23 25,20 23,14 21,10 18,6 15,4 12,2 8,0 4,0 0,0 5,2 9,4 12,8 13,13 14,15 13,17 13,19 11,21 9,22 7,23 0,25 4,30 9,39
16,12 14,9 13,6 11,2 8,0 10,4 12,8 12,12 12,15 11,18 8,20 5,22 0,24 1,30 5,29 9,28 12,25 14,23 15,20 16,18 16,15 16,12
1,15 7,12 8,11 10,9 10,7 11,5 10,3 9,0 9,5 9,7 8,9 7,10 5,11 0,13 1,15
34,37 29,39 25,41 21,42 17,43 14,42 11,41 8,38 6,35 3,30 1,25 0,20 1,15 2,11 4,7 8,4 12,0 9,5 8,7 7,10 8,15 11,21 12,22 14,23 16,24 18,23 21,22 24,21 30,15 31,26 34,37
29,33 25,35 21,37 18,38 15,38 12,37 9,36 7,34 5,31 2,26 1,21 0,17 0,13 1,9 2,6 5,3 8,0 5,4 4,9 5,13 8,18 9,20 11,21 13,22 15,22 17,21 20,20 26,17 27,23 29,33
12,21 10,20 7,19 4,14 2,11 1,8 0,4 0,0 1,5 3,9 5,12 8,14 11,14 14,14 18,13 22,11 26,16 23,19 19,20 16,21 12,21
0,2 3,3 6,4 10,4 14,2 14,0 10,2 7,3 3,3 0,2
9,3 9,5 9,6 8,8 6,9 4,9 3,9 1,8 0,6 0,5 0,3 1,1 3,0 5,0 7,0 8,1 9,3
7,2 7,4 7,5 6,6 5,7 4,7 2,7 1,6 0,5 0,4 0,2 1,1 2,0 4,0 5,0 6,1 7,2
24,7 5,21 7,27 2,30 1,31 0,33 0,35 0,36 2,39 3,42 5,43 8,44 11,43 14,42 18,50 20,52 26,54 44,59 48,57 53,54 61,31 57,22 59,20 61,19 62,16 62,14 61,9 59,6 58,5 56,5 50,8 46,0 24,7
0,2 3,5 6,7 7,4 4,0 0,2
0,6 4,8 4,4 3,0 0,2 0,6
2,6 0,2 2,1 4,0 1,3 2,6
0,3 4,1 6,0 9,7 6,2 0,3
15,3 11,6 7,9 4,12 2,16 1,20 0,24 0,29 1,34 5,29 10,25 15,21 20,18 26,15 33,13 40,12 47,11 43,8 39,5 35,2 31,1 27,0 23,1 19,2 15,3
51,22 51,32 48,43 39,43 32,52 17,46 4,21 0,23 6,35 7,53 9,56 11,62 11,59 18,68 18,64 21,69 24,73 26,77 26,75 27,78 28,78 28,77 33,79 37,81 41,81 45,81 42,78 46,80 50,81 53,82 56,81 52,77 57,81 59,75 60,67 62,69 64,65 65,59 67,62 66,58 67,60 66,55 67,46 69,50 70,45 70,40 68,33 65,26 67,27 64,24 63,23 65,23 62,21 57,15 53,13 46,0 42,0 51,22
14,3 10,5 6,8 4,11 2,14 0,18 0,22 0,27 1,31 5,27 9,23 13,19 18,16 24,14 30,12 36,11 43,10 40,7 36,4 32,2 29,1 25,0 21,0 17,1 14,3
55,15 59,19 62,24 65,30 66,36 67,41 66,46 63,40 63,47 62,54 60,59 58,63 56,61 56,69 54,75 48,71 43,65 48,72 52,76 49,76 45,76 42,75 38,73 41,76 37,76 34,76 31,75 27,73 24,71 21,68 15,59 15,63 6,49 6,33 0,21 1,20 16,44 31,49 37,41 46,41 50,30 50,20 43,0 44,0 50,11 52,12 55,15
0,8 0,3 1,1 2,0 3,0 4,0 8,2 7,4 6,6 3,7 0,8
1,3 0,6 0,8 4,9 8,8 10,5 12,1 9,0 7,0 9,0 11,1 9,4 7,6 4,7 1,8 1,5 1,3
2,6 1,8 1,10 2,10 5,9 0,0 2,6
0,1 0,2 3,0 0,1
11,4 12,3 7,0 4,0 0,4 0,12 11,4
1,11 0,4 1,2 2,1 4,0 6,1 11,4 10,6 8,8 5,9 1,11
0,2 2,1 0,1 1,0 0,1 0,2
14,4 5,0 2,0 0,5 0,10 6,8 14,4
11,2 7,1 5,0 4,1 1,3 0,7 2,7 5,6 8,5 11,2
10,1 6,0 4,1 1,2 0,5 4,4 10,1
4,1 1,3 2,2 0,2 4,0 4,1
0,1 2,0 4,8 1,1 0,1
8,8 10,13 10,8 11,9 14,13 13,7 15,9 15,6 18,0 22,8 17,7 17,9 21,16 29,26 21,20 25,26 29,31 25,30 22,29 20,27 18,24 20,28 16,26 19,31 13,29 7,26 3,23 0,19 7,22 11,22 6,7 8,8
5,0 8,6 11,17 13,18 14,17 15,14 14,20 11,19 14,23 13,26 9,20 13,28 11,32 9,29 6,23 0,14 2,10 8,18 3,8 5,0
0,0 4,1 7,7 10,13 11,19 12,26 0,0
50,0 43,0 36,0 29,2 23,4 17,8 11,12 6,17 0,24 3,31 5,36 11,30 17,25 23,21 29,18 35,15 42,13 48,12 54,12 50,0
48,0 41,0 35,0 29,2 23,4 17,8 11,12 6,17 0,23 2,29 5,33 10,28 16,23 22,19 28,16 33,14 40,12 46,11 52,10 48,0
16,6 13,4 10,2 5,1 0,0 7,3 9,5 10,7 16,6
5,13 4,10 5,7 5,4 7,0 4,2 2,7 1,12 0,18 5,13
19,4 18,0 11,1 0,4 11,2 15,2 16,4 19,4
0,4 4,1 5,0 4,2 0,4
1,1 0,3 3,3 8,0 2,2 1,1
4,2 4,0 1,3 0,5 4,2
0,1 1,2 5,0 2,0 0,1
0,0 2,1 5,2 11,7 7,8 4,4 0,0
21,1 19,0 14,1 9,3 5,6 1,10 0,12 2,13 5,9 8,6 12,4 17,4 20,4 21,1
0,1 0,3 1,4 4,3 4,1 3,2 4,1 3,0 2,0 0,1
0,4 1,5 2,6 4,5 4,3 4,2 2,3 3,1 2,0 1,0 0,1 0,4
21,1 14,3 8,6 4,10 0,15 4,8 10,4 18,0 21,1
36,11 37,11 38,12 42,18 47,27 46,24 49,29 50,34 52,29 54,24 54,26 54,22 54,17 53,14 51,10 48,6 43,3 36,0 34,0 31,2 27,5 22,9 20,14 17,16 14,16 12,17 2,21 1,24 1,30 0,37 1,35 1,36 2,41 4,46 6,49 9,52 12,53 16,54 20,54 15,39 16,41 13,33 12,30 17,23 19,23 22,21 23,20 24,18 31,13 36,11
11,16 2,21 0,24 1,32 1,38 3,44 6,47 9,50 12,52 15,52 18,52 10,29 16,21 20,20 22,18 22,16 35,8 36,8 38,10 42,16 47,24 50,31 52,26 52,22 52,17 51,13 49,10 46,6 41,3 35,0 33,0 30,1 26,4 22,9 19,13 16,15 13,16 11,16
0,11 10,2 12,0 13,0 14,0 18,1 21,3 25,7 27,12 25,10 26,13 27,16 27,19 27,23 26,19 24,16 18,8 13,3 0,11
12,0 4,2 2,4 1,6 0,9 1,14 2,12 2,15 2,18 4,22 6,25 6,23 9,26 12,28 6,9 12,1 12,0
0,5 5,1 7,0 10,0 12,1 15,3 11,1 9,1 7,2 0,5
3,4 10,0 2,3 0,6 0,11 1,17 2,6 3,4
13,2 9,3 7,3 6,7 3,5 2,8 0,7 1,6 3,4 6,2 14,0 13,2
0,4 3,2 6,1 9,0 12,0 12,1 6,2 0,4
3,4 8,0 0,3 3,4
2,0 0,2 1,4 2,1 2,0
15,3 11,0 11,2 7,1 7,3 3,2 4,4 3,5 3,6 0,10 7,6 15,9 17,10 18,5 16,1 15,3
14,2 11,0 11,1 7,0 7,2 4,1 5,3 3,4 4,4 0,8 7,4 14,7 15,8 16,4 15,1 14,2
4,1 0,1 8,4 9,4 9,2 8,1 8,2 6,0 6,2 3,1 4,1
0,0 4,1 9,8 8,14 5,13 3,11 1,9 0,7 0,0
1,6 1,9 1,8 1,6  0,3 1,6 2,7 4,8 1,3 3,3 0,0 0,3  1,9 2,10 3,12 2,11 1,9  1,6
34,11 4,0 0,16 17,34 18,35 22,37 26,38 30,38 34,37 36,38 37,37 38,37 39,36 39,34 39,33 40,30 41,26 40,22 39,18 35,13 34,11
0,7 15,22 18,25 21,26 24,26 27,25 0,0 0,7
24,8 0,0 0,1 25,10 24,8
2,1 2,2 1,3 0,2 0,1 0,1 1,0 2,1 2,1
14,1 11,0 0,3 14,1
11,21 9,19 10,24 9,27 6,20 8,28 5,32 5,28 3,22 0,12 2,9 6,17 3,6 7,0 8,6 9,17 11,19 12,18 14,15 11,21
0,0 4,2 6,9 6,15 6,22 6,28 0,0
17,14 12,17 0,9 0,6 0,4 1,1 4,0 7,0 7,5 17,14
12,17 0,9 0,6 0,4 1,1 4,0 7,0 7,5 17,14
33,0 15,3 0,11 2,17 11,16 13,22 17,25 19,29 22,30 25,32 37,30 39,27 42,24 42,17 44,14 42,8 39,7 36,2 33,0
0,4 11,0 19,0 0,4
10,2 24,0 9,1 0,7 10,2
0,1 1,4 3,3 2,0 0,1
0,0 1,3 1,1 0,0
14,0 3,2 0,4 13,3 14,0
10,2 2,3 0,2 1,2 11,0 10,2
27,0 0,2 1,6 25,2 27,0
0,2 5,5 7,4 2,0 0,2
0,0 4,0 9,8 8,13 5,12 3,11 1,9 0,6 0,0
1,6 1,8 1,9 1,7 1,6  0,3 1,6 3,6 5,8 1,3 4,3 0,0 0,3  1,9 2,10 3,12 2,10 1,9  1,6
34,11 4,0 0,16 17,34 18,34 22,37 26,38 30,38 34,37 36,37 37,37 38,36 39,35 39,34 39,32 41,29 41,26 41,22 39,18 36,13 34,11
0,7 15,22 18,24 21,26 24,26 27,25 1,0 0,7
24,9 0,0 0,2 26,11 24,9
22,14 0,0 20,7 22,10 22,14
14,1 11,0 0,2 14,1
11,22 9,20 10,25 9,27 7,20 8,29 5,33 5,29 3,22 0,12 2,9 6,18 4,7 7,0 9,7 9,18 11,19 12,18 14,16 11,22
0,0 5,2 6,8 7,15 7,21 6,28 0,0
17,15 12,17 0,10 0,7 0,4 2,2 4,1 7,0 8,6 17,15
12,17 0,10 0,7 0,4 2,2 4,1 7,0 8,6 17,15
32,0 14,3 0,12 1,18 11,16 12,23 17,26 19,30 21,31 25,33 36,31 38,28 41,25 42,18 43,15 42,8 38,7 35,3 32,0
0,5 11,0 19,0 0,5
5,4 14,0 0,1 5,4
11,2 25,0 9,1 0,7 11,2
11,2 2,3 0,2 2,2 11,0 11,2
28,0 0,2 1,6 25,2 28,0
10,2 0,3 0,2 13,0 10,2
0,2 5,5 7,5 3,0 0,2
2,0 0,2 0,5 2,2 2,0
0,0 3,1 8,8 8,14 4,13 2,12 0,10 0,7 0,0
0,6 0,8 1,9 0,7 0,6  0,3 0,6 2,6 4,7 0,3 3,3 0,0 0,3  1,9 1,10 2,11 1,10 1,9  0,6
34,12 4,0 0,17 17,34 18,35 22,37 26,39 30,38 34,37 36,38 37,38 38,37 39,36 39,35 39,33 41,30 41,27 41,23 39,18 36,14 34,12
24,8 0,0 1,2 26,11 24,8
21,13 0,0 19,7 21,10 21,13
14,0 12,0 0,2 14,0
11,22 9,19 10,24 9,27 7,20 8,29 6,33 5,29 3,22 0,12 2,9 6,18 4,7 7,0 9,7 10,18 11,19 12,18 14,16 11,22
0,0 4,2 5,8 6,15 6,21 5,28 0,0
17,15 12,17 1,10 0,7 0,4 2,2 4,0 8,0 8,5 17,15
12,17 1,10 0,7 0,4 2,2 4,0 8,0 8,5 17,15
32,0 15,3 0,12 2,18 11,16 12,23 17,25 19,30 22,31 25,32 36,31 38,28 41,25 42,18 43,14 42,8 38,7 35,2 32,0
5,4 14,0 0,2 5,4
11,3 25,0 9,1 0,7 11,3
0,0 1,3 3,3 2,0 0,0
0,0 1,3 2,0 0,0
14,0 3,2 0,4 14,2 14,0
11,2 2,3 0,2 2,1 11,0 11,2
28,0 0,3 1,6 25,3 28,0
10,2 0,3 0,1 13,0 10,2
0,2 5,5 7,4 3,0 0,2
0,0 3,1 9,8 8,14 5,13 2,11 1,9 0,7 0,0
0,6 0,9 1,9 1,8 1,6 0,6  0,3 1,6 2,7 4,8 1,3 3,3 0,0 0,3  1,9 1,10 2,12 1,11 1,9  0,6
34,11 4,0 0,17 18,34 18,35 22,37 26,38 30,38 34,37 36,38 37,37 39,37 39,36 40,34 39,33 41,30 42,26 41,22 39,18 36,13 34,11
24,8 0,0 1,1 26,10 24,8
21,14 0,0 20,7 22,11 21,14
3,2 3,2 2,3 1,2 0,2 1,1 2,0 3,1 3,2
14,1 12,0 0,3 14,1
12,21 9,19 11,24 10,27 7,20 9,29 6,32 5,28 3,22 0,12 2,9 6,17 4,6 8,0 9,6 10,17 11,19 13,18 14,16 12,21
0,0 4,3 5,9 6,15 6,22 5,29 0,0
18,14 12,17 1,9 0,6 1,4 2,2 4,0 8,0 8,5 18,14
12,17 1,9 0,6 1,4 2,2 4,0 8,0 8,5 18,14
32,0 15,3 0,11 2,17 11,16 12,22 17,25 19,29 22,31 25,32 36,31 38,27 41,25 42,17 43,14 42,8 38,7 35,2 32,0
0,0 1,3 2,1 0,0
14,0 3,3 0,4 14,3 14,0
27,0 0,2 0,6 24,2 27,0
2,0 0,1 0,4 3,1 2,0
20,9 20,6 20,3 21,1 22,0 25,1 29,2 30,3 29,5 26,7 23,8 20,9  0,18 1,15 4,13 8,12 11,14 7,17 4,18 0,18  20,9
20,9 20,6 20,3 21,1 22,0 25,1 29,2 30,3 29,5 26,7 23,8 20,9 20,10  0,18 1,15 4,13 8,12 11,14 7,17 4,18 0,18  20,9
0,0 3,1 9,8 8,13 5,13 2,11 1,9 0,6 0,0
0,6 1,8 1,9 1,8 1,6 0,6  0,3 1,6 2,6 4,8 1,3 3,3 0,0 0,3  1,9 2,10 3,12 2,11 1,9  0,6
33,11 4,0 0,16 17,34 18,34 22,37 26,38 29,38 33,37 35,37 37,37 38,36 39,35 39,34 38,33 39,32 40,29 41,26 40,22 38,18 35,13 33,11
0,7 16,22 19,25 22,26 25,26 28,25 1,0 0,7
24,9 0,0 0,2 25,11 24,9
2,1 2,2 1,3 0,2 0,1 0,0 1,0 2,0 2,1
13,1 11,0 0,2 13,1
11,22 9,20 10,25 9,28 6,20 8,29 5,33 5,29 3,22 0,12 2,9 5,18 3,7 7,0 8,7 9,18 10,20 12,19 13,16 11,22
0,0 4,2 6,8 6,15 6,21 5,28 0,0
18,15 12,17 1,10 0,7 1,4 2,2 5,1 8,0 8,6 18,15
12,17 1,10 0,7 1,4 2,2 5,1 8,0 8,6 18,15
33,0 15,2 0,11 2,17 11,15 12,22 17,25 19,29 22,30 25,32 37,30 39,27 41,24 42,17 44,14 42,8 39,6 35,2 33,0
0,5 10,0 19,0 0,5
10,2 24,0 8,1 0,7 10,2
0,1 1,4 3,3 1,0 0,1
0,0 2,3 2,1 0,0
15,0 4,2 0,4 14,3 15,0
27,0 0,2 0,6 25,2 27,0
9,2 0,3 0,2 12,0 9,2
0,1 4,4 6,4 2,0 0,1
0,0 4,1 9,8 9,14 5,13 3,12 1,10 1,7 0,0
1,6 1,9 1,10 1,8 1,6  0,3 1,6 3,7 5,8 1,3 4,3 0,0 0,3  1,10 2,11 3,12 2,11 1,10  1,6
34,11 4,0 0,17 17,34 18,35 22,37 26,38 30,38 34,37 36,38 37,38 38,37 39,36 39,34 39,33 41,30 41,26 41,23 39,18 36,13 34,11
0,7 15,23 18,25 21,26 24,26 28,25 1,0 0,7
24,8 0,0 0,2 26,10 24,8
3,2 2,3 1,3 0,3 0,2 0,1 1,0 2,1 3,2
11,22 9,19 10,24 9,27 7,20 8,29 6,33 5,28 3,22 0,12 2,9 6,18 4,7 7,0 9,6 9,17 11,19 12,18 14,16 11,22
0,0 5,2 6,8 7,14 7,21 6,28 0,0
17,14 12,17 0,10 0,6 0,4 2,2 4,0 7,0 8,5 17,14
12,17 0,10 0,6 0,4 2,2 4,0 7,0 8,5 17,14
32,0 15,3 0,12 2,17 11,16 12,23 17,25 19,30 22,31 25,32 36,31 38,27 41,25 42,17 43,14 42,8 38,7 35,2 32,0
0,1 1,4 3,4 2,0 0,1
0,0 1,4 1,1 0,0
14,0 3,2 0,3 13,2 14,0
11,2 2,3 0,3 2,2 11,0 11,2
28,0 0,2 1,6 25,3 28,0
0,0 3,1 9,9 8,14 5,13 2,12 1,10 0,7 0,0
0,6 1,8 1,9 1,7 1,6 0,6  0,3 1,6 2,6 4,7 1,3 3,3 0,0 0,3  1,9 2,10 3,11 2,10 1,9  0,6
33,11 4,0 0,16 17,33 18,34 22,36 26,38 29,38 33,36 35,37 37,37 38,36 39,35 39,34 38,32 39,32 40,29 41,26 40,22 38,18 35,13 33,11
0,7 16,23 19,25 22,27 25,27 28,26 1,0 0,7
24,8 0,0 0,2 25,11 24,8
22,13 0,0 20,7 22,10 22,13
13,0 11,0 0,2 13,0
11,22 9,20 10,25 9,27 6,20 8,29 5,33 5,29 3,22 0,12 2,9 5,18 3,7 7,0 8,7 9,18 10,19 12,18 13,16 11,22
18,15 12,17 1,10 0,7 1,4 2,2 5,0 8,0 8,5 18,15
12,17 1,10 0,7 1,4 2,2 5,0 8,0 8,5 18,15
33,0 15,3 0,12 2,18 11,16 12,23 17,25 19,30 22,31 25,32 37,31 39,28 41,25 42,18 44,14 42,8 39,7 35,3 33,0
4,4 14,0 0,2 4,4
10,3 24,0 8,2 0,7 10,3
0,0 1,4 3,3 1,0 0,0
0,0 2,3 2,0 0,0
15,0 4,2 0,4 14,2 15,0
10,2 2,3 0,2 1,1 11,0 10,2
27,0 0,3 0,6 25,3 27,0
0,2 4,5 6,5 2,0 0,2
0,0 4,1 9,8 9,13 5,13 3,11 1,9 1,7 0,0
1,6 1,9 1,8 1,6  0,3 1,6 3,6 5,8 1,3 4,3 0,0 0,3  1,9 2,10 3,12 2,11 1,9  1,6
34,11 4,0 0,16 17,34 18,35 22,37 26,38 30,38 34,37 36,38 37,37 38,37 39,35 39,34 39,33 39,32 41,30 41,26 41,22 39,18 36,13 34,11
0,7 15,22 18,25 21,26 24,26 28,25 1,0 0,7
24,8 0,0 0,1 26,10 24,8
3,1 2,2 1,3 0,2 0,1 0,0 1,0 2,0 3,1
11,21 9,19 10,24 9,27 7,19 8,28 6,32 5,28 3,22 0,12 2,9 6,17 4,6 7,0 9,6 9,17 11,19 12,18 14,15 11,21
0,0 5,2 6,9 7,15 7,22 6,28 0,0
17,14 12,16 0,9 0,6 0,4 2,1 4,0 7,0 8,5 17,14
12,16 0,9 0,6 0,4 2,1 4,0 7,0 8,5 17,14
32,0 15,2 0,11 2,17 11,15 12,22 17,25 19,29 22,30 25,32 36,30 38,27 41,24 42,17 43,14 42,8 38,6 35,2 32,0
15,2 12,0 12,2 8,0 7,2 4,1 5,4 3,4 4,5 0,10 8,6 15,9 17,9 18,5 16,1 15,2
15,2 11,0 11,1 7,0 7,2 4,1 5,3 4,3 4,4 0,8 7,4 14,6 16,7 17,4 15,0 15,2
3,1 0,1 7,3 9,4 9,2 7,1 8,2 5,0 6,1 3,0 3,1
7,3 11,2 11,3 17,5 18,10 13,8 9,7 5,9 0,11 0,4 4,0 4,3 7,1 7,3
9,3 16,5 17,8 14,6 8,5 5,6 0,9 0,3 3,0 3,3 7,0 7,2 10,1 9,3
0,4 2,1 2,3 5,1 4,2 7,0 14,2 5,3 0,4
14,3 11,0 11,2 7,1 7,3 4,2 5,3 3,4 4,5 0,9 7,5 14,7 15,8 16,4 15,1 14,3
4,2 0,2 8,4 9,4 9,2 8,1 8,3 6,0 6,2 3,1 4,2
9,3 13,2 12,4 18,6 19,11 15,8 10,8 6,9 0,11 1,4 6,0 5,3 9,1 9,3
10,3 16,5 18,9 14,6 9,5 5,6 0,8 1,3 4,0 4,3 8,0 7,2 10,2 10,3
0,3 2,0 2,2 5,0 4,1 7,0 14,2 5,2 0,3
15,3 12,0 12,2 8,1 7,3 4,2 5,4 3,5 4,6 0,10 8,6 15,9 17,10 18,5 16,1 15,3
15,2 11,0 11,1 7,0 7,2 4,1 5,3 4,4 0,8 7,4 14,7 16,8 17,4 15,1 15,2
3,1 0,1 7,4 9,4 9,2 7,1 8,2 5,0 6,2 3,1
8,3 12,2 12,4 18,7 18,11 14,9 9,8 6,8 0,10 1,3 5,0 5,3 9,1 8,3
9,3 16,6 17,10 13,6 8,5 4,6 0,8 0,3 4,0 3,3 7,0 7,2 10,2 9,3
0,3 2,0 2,1 5,0 4,1 7,0 13,2 5,2 0,3
0,0 4,0 10,7 9,13 6,12 3,11 2,9 1,6 0,0
0,6 1,9 1,8 1,6 0,6  0,3 1,6 2,6 4,8 1,3 3,3 0,0 0,3  1,9 2,10 3,12 2,11 1,9  0,6
33,10 3,0 0,17 18,34 19,34 23,36 27,37 31,37 34,36 36,36 39,35 39,34 40,33 39,32 39,31 41,28 41,25 41,21 39,17 35,12 33,10
0,7 16,22 19,24 22,25 25,25 28,24 0,0 0,7
24,7 0,0 1,2 26,9 24,7
22,13 0,0 20,6 22,10 22,13
3,1 3,2 2,3 1,2 0,1 1,0 2,0 3,0 3,1
14,0 11,0 0,3 14,0
11,22 9,20 10,25 9,27 7,20 8,29 6,33 5,29 3,22 0,12 2,9 6,18 4,7 7,0 9,7 9,18 11,19 12,18 14,16 11,22
32,0 15,3 0,12 2,18 11,16 12,23 17,26 19,30 22,31 25,33 36,31 38,28 41,25 42,18 43,15 42,8 38,7 35,3 32,0
0,0 3,0 10,7 9,12 6,12 3,11 2,9 1,6 0,0
1,6 1,9 1,8 1,6  0,3 1,6 3,6 5,8 1,3 3,3 0,0 0,3  1,9 2,10 3,12 2,11 1,9  1,6
33,8 2,0 0,17 19,33 20,33 24,35 28,36 32,36 36,34 38,34 39,34 40,33 41,32 41,31 40,29 42,26 42,23 41,19 39,15 35,10 33,8
0,7 17,21 20,23 23,24 26,24 29,22 0,0 0,7
24,6 0,0 0,2 26,8 24,6
22,12 0,0 20,5 22,9 22,12
13,1 11,0 0,4 13,1
0,0 4,0 10,6 10,12 7,12 4,11 3,9 1,6 0,0
2,5 2,8 3,9 2,7 2,5  1,3 2,5 4,6 6,7 2,3 4,2 0,0 1,3  3,9 5,11 3,9  2,5
33,7 2,0 0,17 20,32 21,32 25,34 29,34 33,34 37,32 39,33 40,32 41,31 41,30 42,29 41,27 42,24 42,21 41,17 39,13 35,8 33,7
0,7 18,20 21,22 24,22 27,22 30,21 0,0 0,7
25,5 0,0 1,2 27,7 25,5
24,11 0,0 21,4 24,8 24,11
3,1 3,2 2,3 1,2 0,2 1,1 1,0 2,0 3,1
13,0 11,0 0,4 13,0
17,15 12,17 0,10 0,7 0,4 2,2 4,0 7,0 8,5 17,15
12,17 0,10 0,7 0,4 2,2 4,0 7,0 8,5 17,15
11,3 25,0 9,2 0,7 11,3
0,0 1,4 3,3 2,0 0,0
0,0 1,3 1,0 0,0
14,0 3,2 0,4 13,2 14,0
0,0 3,0 10,6 10,11 7,11 4,11 2,9 1,6 0,0
2,6 3,8 3,9 2,7 2,6  1,3 2,6 4,6 6,7 2,3 4,2 0,0 1,3  3,9 4,10 5,11 4,10 3,9  2,6
33,5 1,0 0,17 21,31 22,31 26,33 30,33 34,32 38,30 40,30 41,30 42,29 42,28 42,26 42,25 43,22 43,18 42,15 39,11 35,7 33,5
0,7 19,19 22,20 25,21 28,20 31,19 0,0 0,7
25,3 0,0 1,1 27,5 25,3
24,9 0,0 21,3 24,6 24,9
3,1 3,2 2,3 1,2 0,2 0,1 1,0 2,0 3,1
13,0 10,0 0,4 13,0
11,43 16,41 21,40 25,38 28,35 30,32 31,29 31,26 31,22 29,16 27,11 24,7 21,4 17,2 12,1 7,0 2,1 8,2 10,3 12,5 14,7 16,9 17,15 17,17 17,19 15,21 13,22 11,23 8,24 0,24 6,32 11,43
8,39 13,38 17,36 20,35 23,33 24,30 25,27 26,24 25,21 24,15 22,11 19,7 17,4 13,2 10,1 6,0 1,0 6,2 10,4 13,8 14,13 14,16 14,18 13,19 12,21 9,22 7,24 0,25 4,30 8,39
16,13 15,10 13,6 11,3 9,0 11,5 13,9 13,12 12,16 11,18 8,21 5,22 0,24 1,30 5,29 9,28 12,26 14,23 15,21 16,19 16,16 16,13
1,14 7,12 9,10 10,8 11,7 11,4 11,2 10,0 10,5 9,7 8,8 7,10 5,11 0,12 1,14
33,37 28,39 23,41 19,42 15,42 12,41 9,40 6,37 4,34 2,29 0,23 0,18 0,14 2,10 4,6 8,3 13,0 9,4 7,9 8,14 10,20 11,22 13,23 15,23 18,23 23,21 30,16 30,26 33,37
29,34 25,36 21,38 17,38 14,38 11,38 9,36 6,34 4,31 2,26 1,21 0,17 0,13 1,9 3,6 6,3 9,0 6,4 5,9 6,13 8,18 9,20 11,21 13,22 15,22 17,22 20,21 27,18 27,24 29,34
11,21 9,20 7,19 4,14 2,11 1,8 0,4 0,0 2,5 3,9 5,12 8,14 11,15 14,15 18,14 22,12 26,17 22,20 19,21 15,22 11,21
0,1 3,3 6,4 10,4 14,2 14,0 10,2 7,2 3,2 0,1
10,3 10,5 9,6 8,8 7,9 5,9 3,8 1,7 0,6 0,4 1,2 2,1 4,0 6,0 7,0 9,1 10,3
8,2 8,4 8,5 7,6 5,7 4,7 2,7 1,6 0,4 0,3 1,2 2,0 3,0 4,0 6,0 7,1 8,2
25,6 5,19 8,25 3,28 1,29 0,31 0,33 0,34 1,37 3,40 5,41 8,42 11,42 14,40 17,49 19,51 25,53 43,59 47,57 52,55 61,32 57,22 60,21 62,19 63,17 63,15 63,10 61,6 59,6 57,6 51,8 48,0 25,6
0,5 4,7 4,4 4,0 0,2 0,5
2,6 0,1 2,0 5,0 1,2 2,6
0,3 3,1 5,0 8,7 5,2 0,3
16,2 11,4 7,7 4,10 2,14 1,18 0,22 0,27 1,32 5,27 9,23 14,20 20,17 26,14 33,13 40,12 47,12 44,8 40,4 36,2 32,1 28,0 24,0 20,0 16,2
51,22 51,32 47,43 38,43 31,51 16,45 3,19 0,21 6,33 5,51 7,54 9,60 9,58 15,67 15,63 18,68 21,72 23,76 23,74 25,77 25,77 25,76 30,79 34,80 38,81 42,81 39,77 43,80 46,82 50,82 53,82 49,77 54,81 56,75 57,68 59,70 61,66 63,60 64,63 64,59 65,61 64,56 65,47 67,52 69,47 69,41 68,34 65,27 66,28 63,25 63,24 65,24 62,22 57,16 53,13 47,0 43,0 51,22
15,2 11,4 7,6 5,9 3,12 1,16 1,20 0,24 1,29 5,25 9,21 14,18 19,15 25,13 31,12 37,11 44,10 41,7 37,4 34,2 30,0 26,0 23,0 19,0 15,2
55,16 58,20 61,25 64,31 65,37 65,42 64,47 62,41 61,48 60,55 58,60 56,64 54,62 53,70 51,75 45,71 40,66 46,73 49,76 46,77 42,76 39,75 35,72 38,76 34,76 31,75 28,74 25,72 21,70 19,67 16,63 13,58 13,62 4,48 5,31 0,19 0,18 14,43 29,49 36,41 45,41 49,30 50,21 43,0 45,0 50,11 52,13 55,16
0,9 1,3 1,2 2,1 3,0 5,1 8,3 7,5 6,7 3,8 0,9
1,4 0,6 0,8 3,9 7,8 10,5 12,2 9,0 7,0 9,1 10,2 9,5 7,7 4,8 1,8 0,6 1,4
1,6 0,8 0,10 2,10 4,9 0,0 2,6 1,6
0,11 0,4 0,2 2,0 3,0 5,0 7,2 10,4 9,6 7,8 4,9 0,11
0,2 2,1 1,1 1,0 0,1 0,2
14,4 10,1 5,0 2,0 0,5 0,9 6,8 14,4
12,3 8,0 6,0 4,0 3,1 2,2 0,6 2,7 5,6 8,5 12,3
10,2 7,0 4,0 2,2 0,5 5,4 10,2
5,0 2,3 3,1 0,1 5,0
8,7 10,12 10,7 12,8 14,12 13,7 15,9 15,5 18,0 22,8 17,7 17,9 21,16 28,26 21,19 24,26 28,32 24,30 22,29 19,27 18,24 19,28 15,26 18,31 12,28 7,25 3,22 0,18 6,21 10,21 6,7 8,7
5,0 7,6 10,17 12,18 13,17 14,14 13,20 11,18 13,23 12,26 8,19 12,28 10,32 8,28 5,22 0,13 1,10 7,17 2,7 5,0
0,0 5,1 8,7 10,13 11,20 11,26 0,0
51,0 44,0 37,0 30,1 24,3 18,6 12,11 6,15 0,21 2,29 5,34 11,28 17,24 23,20 29,17 36,15 42,13 48,12 55,12 51,0
49,0 42,0 36,0 30,1 24,3 18,6 12,10 6,15 0,20 2,27 4,31 10,26 16,22 22,18 28,15 34,13 40,12 46,11 53,11 49,0
16,7 13,4 10,2 6,1 0,0 7,4 9,6 11,8 16,7
5,14 4,11 4,7 5,4 7,0 4,3 2,7 0,12 0,18 5,14
19,4 18,0 15,0 11,0 0,3 11,2 15,2 16,4 19,4
1,1 0,3 3,2 8,0 3,2 1,1
0,0 1,1 5,0 3,0 0,0
21,1 19,0 14,1 9,2 5,5 1,9 0,11 2,12 5,9 8,6 12,4 17,4 20,4 21,1
0,0 0,3 1,4 4,3 4,1 2,2 3,1 3,0 1,0 0,0
0,3 1,5 3,6 4,5 4,2 2,3 3,1 2,0 1,0 0,1 0,3
22,2 15,3 9,6 4,10 0,14 4,7 10,4 18,0 22,2
37,11 38,11 39,13 43,18 46,27 46,25 49,30 50,35 52,30 54,25 54,27 54,23 54,19 53,15 52,11 48,7 44,4 38,1 35,0 32,2 28,4 23,9 20,13 18,15 14,16 12,16 3,20 1,23 0,29 0,35 1,34 1,35 1,40 1,39 3,44 5,48 8,51 11,53 15,53 18,54 14,38 16,40 12,33 11,29 17,22 19,22 22,21 23,19 24,18 36,11 37,11
12,15 2,19 0,22 0,30 1,37 2,42 5,46 7,49 10,51 13,52 17,52 9,28 16,21 21,19 22,18 23,16 31,11 36,9 36,8 37,9 38,10 43,17 47,25 49,32 51,27 53,23 53,19 52,14 50,11 47,7 42,4 36,1 34,0 31,2 27,4 22,9 19,13 17,15 14,15 12,15
0,11 11,2 13,0 14,0 15,1 19,2 22,4 25,8 28,12 26,11 27,14 27,17 27,20 27,24 26,20 24,17 19,8 14,3 0,11
13,0 4,2 2,4 1,6 0,9 0,13 1,12 1,15 2,18 3,22 5,25 5,23 8,26 11,28 5,9 12,1 13,0
0,5 5,1 7,0 10,0 12,1 15,3 13,2 11,2 9,2 7,2 0,5
3,4 10,0 2,3 0,5 0,10 1,16 2,6 3,4
13,2 9,2 7,3 6,7 3,5 2,7 0,7 0,6 3,4 6,2 14,0 13,2
0,3 6,0 9,0 11,0 11,1 6,1 0,3
3,3 9,0 0,3 3,3
2,0 0,2 1,4 3,1 2,0
15,3 12,0 12,2 8,1 7,3 4,1 5,4 3,4 4,5 0,10 8,6 15,9 17,10 18,5 16,1 15,3
15,2 11,0 11,1 7,0 7,2 4,1 5,3 4,3 4,4 0,8 7,4 14,7 16,8 17,4 15,1 15,2
3,1 0,1 7,4 8,4 9,2 7,1 8,2 5,0 5,2 3,0 3,1
9,3 13,2 12,4 18,7 18,11 14,9 10,8 6,8 0,10 2,3 6,0 5,2 9,0 9,3
10,4 16,7 17,11 14,7 8,6 5,7 0,8 1,3 5,0 4,3 8,1 7,3 11,3 10,4
0,3 3,0 2,2 5,0 4,2 7,0 14,3 5,3 0,3
10,42 15,41 20,39 24,37 27,35 29,33 31,30 31,26 31,22 29,16 27,11 25,7 21,4 18,1 13,0 8,0 3,0 9,1 11,3 13,4 15,6 16,9 18,15 17,17 17,19 15,20 14,21 11,22 8,23 0,23 6,31 10,42
8,39 12,38 16,37 20,36 22,34 24,31 25,28 26,25 25,22 24,16 22,12 20,8 17,5 14,3 11,1 7,0 2,0 7,2 11,5 13,9 14,14 15,16 14,18 13,20 12,22 9,23 7,24 0,25 4,30 8,39
16,13 15,10 14,6 12,3 10,0 12,4 13,9 13,12 12,15 11,18 8,20 4,22 0,23 0,29 4,29 8,28 11,26 14,23 15,21 16,19 16,16 16,13
1,13 7,11 9,10 10,8 11,6 11,4 11,2 10,0 10,4 9,6 8,8 7,9 5,10 0,11 1,13
32,38 27,41 23,42 18,43 15,43 11,42 8,40 6,38 4,34 2,29 0,23 0,19 1,14 3,10 5,6 9,3 14,0 10,5 8,9 8,15 10,21 12,22 13,23 15,24 18,24 20,23 23,22 30,17 30,27 32,38
29,35 24,37 20,39 17,39 13,39 11,38 8,37 6,34 4,31 2,26 1,21 0,17 1,13 2,9 4,6 7,3 10,0 7,5 6,9 6,14 8,19 10,20 11,22 13,23 15,23 18,23 20,22 27,19 27,25 29,35
10,22 8,21 6,19 2,15 1,11 0,8 0,4 0,0 1,5 2,9 4,12 7,15 10,16 13,16 17,15 21,13 25,19 21,21 17,22 14,22 10,22
0,0 3,2 6,4 10,4 14,2 14,0 10,2 7,2 3,2 0,0
10,3 10,5 10,6 8,8 7,9 5,9 3,8 1,7 1,6 0,4 1,2 2,1 4,0 6,0 8,0 9,1 10,3
8,3 8,5 8,6 7,7 5,8 4,8 2,8 1,7 1,5 0,4 1,2 2,1 3,1 5,0 6,1 7,2 8,3
27,5 6,17 8,24 3,26 1,27 0,29 0,31 0,32 1,35 3,38 5,39 7,40 10,40 13,39 17,48 19,50 24,52 41,59 46,57 51,55 62,33 58,23 60,22 62,20 64,18 64,16 64,11 62,7 61,7 58,7 53,8 49,0 27,5
0,2 3,6 6,8 7,5 5,0 0,2
1,5 0,1 2,0 5,0 1,2 1,5
0,2 3,0 6,0 8,7 5,2 0,2
17,2 12,4 8,7 5,9 3,13 1,17 0,21 0,26 1,31 5,27 10,23 15,19 21,17 27,15 33,14 41,13 48,13 45,9 41,5 37,3 33,1 29,0 25,0 21,1 17,2
50,22 50,33 45,44 36,43 29,51 14,44 3,18 0,19 5,32 3,50 5,53 7,59 7,56 13,66 13,62 16,67 19,72 20,76 20,73 22,76 23,77 23,75 27,78 31,80 35,81 39,81 36,77 40,80 43,82 47,82 50,82 46,78 51,82 53,76 55,68 57,71 59,67 61,61 62,64 62,61 63,62 62,57 64,49 65,53 67,48 68,42 67,36 64,28 65,29 63,26 62,25 64,25 61,23 57,17 53,14 48,0 43,0 50,22
15,2 11,3 7,6 5,9 2,12 1,15 0,19 0,24 0,29 4,24 9,21 13,18 19,15 24,13 31,12 37,12 44,12 41,8 38,5 34,2 30,1 27,0 23,0 19,0 15,2
55,17 58,21 60,26 63,32 64,38 64,43 63,48 61,42 59,49 58,56 56,61 54,65 52,63 50,70 48,76 43,72 38,66 43,73 46,77 43,77 39,76 36,75 32,72 35,76 32,76 28,75 25,74 22,72 19,69 16,66 11,57 11,61 3,46 4,30 0,18 0,16 13,42 28,48 34,41 44,41 48,31 49,21 44,0 45,0 50,12 52,13 55,17
2,3 0,5 0,8 3,8 7,8 10,5 12,1 10,0 8,0 9,0 11,2 9,5 7,6 4,7 1,7 1,5 2,3
1,6 0,8 0,9 1,10 4,9 0,0 1,5 1,6
12,4 13,3 8,0 4,0 1,3 0,12 12,4
0,10 1,4 2,1 3,0 4,0 6,0 11,4 10,6 8,8 4,9 0,10
15,5 6,1 3,0 1,5 0,10 6,9 15,5
11,3 7,1 4,0 2,2 0,6 2,6 5,6 8,5 11,3
10,2 7,0 4,0 2,2 0,4 4,4 10,2
0,0 2,0 2,8 0,1 0,0
9,7 11,12 12,7 13,8 15,12 14,7 17,8 16,5 20,0 23,8 19,6 18,9 21,16 29,27 21,19 24,26 28,32 25,30 22,29 20,27 18,24 19,28 16,26 18,31 12,28 7,25 3,21 0,17 7,20 11,21 7,6 9,7
6,0 8,7 11,17 12,19 14,17 15,15 13,21 11,19 13,24 12,27 8,20 11,29 9,33 8,29 5,23 0,13 2,10 7,18 3,8 6,0
0,0 4,1 7,7 9,14 9,20 10,27 0,0
52,1 45,0 38,0 31,1 25,3 19,5 12,9 6,14 0,20 2,27 4,32 10,27 17,23 23,19 30,16 36,14 42,13 49,13 55,13 52,1
50,0 43,0 37,0 30,1 24,3 18,5 12,9 6,13 0,19 2,25 4,29 10,25 16,21 22,17 28,15 34,13 40,12 47,11 53,11 50,0
15,8 13,5 9,3 5,1 0,0 7,4 8,6 10,8 15,8
5,13 5,10 5,7 6,4 8,0 5,2 3,6 1,11 0,18 3,15 5,13
20,4 19,0 12,0 0,2 11,2 16,2 17,4 20,4
2,1 0,2 3,2 9,0 3,1 2,1
5,1 5,0 1,2 0,4 5,1
0,0 3,1 5,3 8,5 11,8 7,9 5,4 0,0
21,0 19,0 14,0 9,1 5,4 0,8 0,9 1,11 5,7 8,5 12,3 17,3 20,3 21,0
23,1 16,2 10,5 5,8 0,12 5,6 11,3 20,0 23,1
38,10 40,12 44,18 47,27 47,24 49,30 50,35 53,30 55,25 55,27 55,23 55,19 55,15 53,11 50,7 46,4 40,0 37,0 34,1 30,4 25,8 22,12 19,14 16,14 14,14 4,18 2,21 1,27 0,33 1,32 1,33 1,38 2,37 3,42 5,46 8,49 11,51 14,52 18,52 14,37 16,39 13,31 12,28 18,21 20,21 23,20 25,18 25,16 38,10
12,14 2,17 0,20 0,28 0,35 1,40 4,44 6,47 9,49 12,50 15,50 9,26 16,19 21,18 22,16 23,15 36,8 37,8 37,8 39,10 43,16 47,25 49,32 51,27 52,23 53,19 52,15 50,11 47,7 43,3 37,0 35,0 32,1 28,3 23,7 20,11 17,13 14,14 12,14
0,10 11,1 14,0 15,0 15,0 19,1 23,4 26,8 28,13 26,11 27,14 27,17 27,20 27,24 26,20 24,17 19,8 14,3 0,10
13,0 4,2 2,4 1,6 0,9 0,13 1,12 1,15 1,18 2,22 4,26 4,23 7,27 10,29 5,9 13,1 13,0
0,4 5,1 7,0 10,0 12,1 15,3 13,2 11,1 9,1 7,2 0,4
3,4 10,0 2,3 0,5 0,10 0,16 2,6 3,4
13,2 9,2 7,3 6,7 3,4 1,7 0,6 0,5 3,3 6,2 14,0 13,2
0,3 3,1 6,1 9,0 12,1 11,2 6,1 0,3
3,3 8,0 0,2 3,3
2,0 0,2 1,5 3,2 2,0
15,3 12,0 12,2 8,0 7,2 4,1 5,3 3,4 3,5 0,9 7,6 15,9 17,10 18,5 16,1 15,3
15,2 12,0 11,1 7,0 7,2 4,1 5,2 4,3 4,4 0,7 7,4 14,7 15,8 17,4 15,1 15,2
3,1 0,1 7,4 8,4 9,2 7,1 7,3 5,0 5,2 3,0 3,1
9,3 13,3 13,5 19,8 18,12 15,10 10,8 6,9 0,10 2,3 7,0 6,3 10,1 9,3
11,4 16,7 17,11 14,7 9,6 5,6 0,8 2,2 5,0 4,3 9,1 8,2 11,3 11,4
0,2 3,0 3,1 6,0 5,1 8,0 14,3 6,2 0,2
10,42 16,41 20,40 24,38 27,36 30,34 31,31 32,27 32,23 31,17 29,12 26,8 23,5 20,2 15,1 10,0 5,0 11,2 13,3 15,5 17,7 18,9 19,15 19,17 18,19 17,21 15,22 12,23 9,23 0,23 6,32 10,42
8,39 13,38 17,37 20,35 23,34 25,31 26,29 26,26 26,22 25,17 24,12 22,8 19,5 16,2 13,1 9,0 4,0 9,1 13,4 15,8 16,14 16,16 15,18 14,20 13,21 10,22 8,23 0,24 4,29 8,39
17,13 16,10 15,6 13,3 11,0 13,4 14,9 14,12 13,15 11,18 9,20 5,21 0,22 0,29 5,28 8,27 12,26 14,23 16,21 17,19 17,16 17,13
0,14 6,12 8,10 10,9 11,7 11,5 11,3 10,0 10,5 9,7 8,9 6,10 5,11 0,11 0,14
32,39 27,41 22,42 18,43 14,43 11,42 8,40 5,37 4,34 2,28 1,23 0,18 1,13 3,9 6,6 10,3 15,0 11,4 9,9 9,14 11,20 12,22 13,23 15,24 18,24 20,23 23,22 31,17 30,28 32,39
27,36 23,37 19,39 15,39 12,39 9,38 7,36 4,34 3,31 1,25 0,21 0,16 0,12 2,9 4,5 7,3 10,0 7,4 6,8 6,13 8,18 9,20 10,22 12,23 14,23 17,23 19,22 26,19 26,26 27,36
10,22 7,21 5,19 2,14 1,11 0,7 0,3 0,0 1,5 2,9 4,12 7,14 9,15 13,16 17,15 21,14 24,19 21,21 17,22 13,22 10,22
0,0 2,2 5,3 9,4 13,3 13,0 9,2 6,2 2,1 0,0
9,3 9,5 9,7 7,8 6,9 4,9 2,8 0,7 0,5 0,4 0,2 2,1 4,0 5,0 7,0 9,2 9,3
7,3 7,5 7,6 6,7 4,8 3,8 2,8 0,6 0,5 0,4 0,2 1,1 3,1 4,0 6,1 7,2 7,3
28,4 7,16 9,22 3,24 1,27 0,29 0,30 1,33 3,36 5,38 7,39 10,39 13,38 16,47 18,49 23,51 40,59 45,57 50,56 62,34 58,24 61,23 63,21 64,19 65,17 65,12 63,8 62,7 60,7 54,9 51,0 28,4
1,5 0,1 2,0 5,0 1,1 1,5
18,2 13,4 10,6 6,9 4,12 2,16 1,20 0,25 1,31 5,26 10,22 15,19 21,17 27,15 34,14 41,14 49,14 46,10 42,6 38,4 35,2 31,1 27,0 22,1 18,2
51,23 50,33 45,44 36,43 28,50 14,43 4,16 0,17 5,30 3,48 4,52 6,57 6,55 12,65 12,61 14,66 17,71 18,75 19,72 20,75 21,76 21,75 25,78 29,80 33,81 37,81 34,77 38,80 41,82 45,83 48,83 44,78 49,82 52,77 53,69 55,72 58,67 60,62 61,65 61,62 61,63 61,58 63,50 64,54 67,49 67,43 66,37 64,30 66,30 63,27 63,26 65,26 62,24 58,18 54,14 49,1 45,0 51,23
17,2 12,3 9,5 6,8 3,11 1,15 0,19 0,23 0,28 4,24 9,20 14,18 19,15 25,14 31,13 38,13 45,13 42,9 39,6 35,3 32,2 28,0 24,0 21,0 17,2
56,17 58,22 61,27 63,33 64,39 63,45 62,49 60,43 59,50 57,56 55,62 52,66 50,63 49,71 46,76 41,72 36,66 41,73 44,77 41,77 37,76 34,75 30,72 33,76 30,75 26,75 23,73 20,71 17,68 15,65 10,56 10,59 2,45 4,28 0,16 1,14 12,41 27,48 34,41 43,42 48,31 50,22 45,0 46,1 51,12 53,14 56,17
0,8 1,3 1,1 2,0 4,0 5,1 8,4 7,5 5,7 3,8 0,8
1,3 0,5 0,8 3,9 7,8 10,6 12,2 9,1 7,0 9,1 11,3 9,5 6,7 4,8 0,7 0,5 1,3
0,0 0,1 3,0 0,0
0,10 1,3 2,1 3,0 5,0 6,0 11,4 10,6 7,8 4,9 0,10
14,5 6,1 3,0 0,5 0,9 6,9 14,5
12,3 8,1 6,0 5,0 2,2 0,6 2,6 5,6 8,5 12,3
11,2 8,1 5,0 2,2 0,4 5,4 11,2
9,6 11,11 12,6 13,7 15,12 14,6 17,8 17,5 20,0 23,8 19,6 18,8 21,16 28,27 21,19 24,26 27,32 24,31 21,29 19,26 18,24 18,28 15,25 17,30 11,27 7,24 3,20 0,16 6,19 10,20 8,5 9,6
6,0 8,6 10,17 12,19 13,17 14,15 12,21 10,19 12,24 11,27 8,20 10,29 8,33 7,29 4,22 0,13 2,10 7,18 3,7 6,0
0,0 5,2 7,8 8,14 9,21 9,27 0,0
53,1 46,0 39,0 32,0 26,2 19,4 13,8 7,12 0,18 2,26 4,30 10,25 17,22 23,18 30,16 36,14 43,13 49,13 56,13 53,1
50,1 44,0 38,0 31,0 25,2 19,4 13,8 6,12 0,17 1,23 3,28 9,23 16,20 22,17 28,14 34,13 41,12 47,11 53,12 50,1
15,8 13,5 9,2 5,1 0,0 7,4 8,6 9,8 15,8
6,13 5,10 6,7 7,3 9,0 6,2 3,6 1,11 0,17 6,13
0,0 2,0 3,1 2,1 0,0
19,4 18,0 12,0 0,2 11,2 16,2 16,4 19,4
0,3 4,0 5,0 4,2 0,3
0,0 0,2 5,1 2,0 0,0
0,0 2,1 5,3 7,5 9,8 6,9 4,5 0,0
21,1 19,0 14,0 9,1 5,3 0,7 0,9 1,10 4,7 8,4 12,3 17,3 20,3 21,1
0,3 1,5 2,6 4,5 4,3 4,2 2,3 3,1 3,0 2,0 0,1 0,3
23,1 16,2 10,4 4,8 0,12 5,5 12,3 20,0 23,1
39,11 40,11 41,13 44,18 47,28 47,25 49,31 50,36 52,31 54,27 55,28 55,24 55,20 55,16 54,12 51,8 46,4 41,0 38,0 35,1 30,4 25,8 22,11 19,13 16,14 14,13 4,17 2,20 1,25 0,32 1,30 1,31 0,37 1,36 2,41 4,45 6,48 10,50 13,51 17,52 14,36 15,38 12,30 12,27 18,20 20,21 23,20 25,18 26,16 38,11 39,11
13,13 3,16 0,19 0,27 0,34 1,39 3,43 5,46 8,48 11,49 14,50 9,25 16,19 21,18 22,16 23,15 37,8 38,9 39,10 43,17 47,26 48,33 51,29 52,24 53,20 52,16 51,12 48,8 44,4 38,0 36,0 32,1 28,3 23,7 20,11 18,13 14,13 13,13
0,9 11,1 14,0 15,0 15,1 19,2 22,5 25,9 27,14 25,12 26,15 26,18 26,21 25,25 25,21 23,17 18,9 14,3 0,9
13,0 4,1 2,3 0,5 0,8 0,12 1,11 0,14 1,17 2,21 3,25 4,22 6,26 9,28 5,8 13,1 13,0
0,4 5,1 7,0 9,0 12,1 15,4 13,2 11,2 9,1 7,2 0,4
14,1 10,1 7,2 6,6 4,3 2,5 0,5 1,4 4,2 7,1 15,0 14,1
0,3 3,1 6,1 9,0 12,1 11,2 6,2 0,3
1,0 0,1 0,4 2,1 1,0
16,3 13,0 13,2 9,0 8,2 5,1 6,3 4,3 4,4 0,9 8,6 16,9 17,10 19,6 17,1 16,3
15,3 12,0 11,1 7,0 7,2 4,0 5,2 4,3 0,7 7,4 14,7 15,8 16,5 15,1 15,3
4,1 0,1 8,4 9,4 9,3 8,1 8,3 6,0 6,2 4,0 4,1
10,3 14,3 13,5 19,8 19,13 15,10 10,8 7,8 0,9 3,3 8,0 7,3 11,1 10,3
10,4 16,7 16,11 13,7 8,6 5,6 0,7 1,2 5,0 4,2 8,1 8,2 11,2 10,4
0,3 3,0 2,2 5,1 4,2 7,1 14,4 5,3 0,3

cSequence    1
1
2
2
1
1
2
2
1
3
4
5
6
7
8
9
10
11
12
13
14
15
16
16
17
18
19
20
21
22
23
24
25
26
27
28
28
29
30
31
32
32
33
34
35
35
35
35
35
35
cSpeed    	16.000000cFills   x248,210,173
0,0,0
209,175,147
252,252,252
255,255,255
209,175,149
244,255,218
0,119,199
56,151,212
164,164,110
129,78,111
66,15,48
109,135,130
176,190,187
13,56,47
195,206,203
13,60,47
29,0,0
77,97,0
205,210,216
92,114,99
38,55,0
137,150,51
87,71,131
48,0,0
95,37,0
135,110,95
239,160,39
234,99,18
193,86,18
244,118,33
239,193,133
195,133,30
248,194,173
239,99,14
255,204,153
	cStrokes    0,0,0 1
0,0,0 2
 cREVGeneral    revUniqueID  
1133800854496
  H titleShadow 
 * -             
 4   cTag  title.reviewHabits       cREVGeneral    revUniqueID  
1134576065305     Review Habits 
  K title 
 * -        4   cTag  title.reviewHabits       cREVGeneral    revUniqueID  
1134576405511     Review Habits 
  M habit1Label 	 1 on mouseUp
  global gQuizOnly
  set the textColor of me to black
  hide graphic "hilite1"
  put true into gQuizOnly
  go cd 17 of stack "intro quiz" in the window of stack (the short name of this stack)
end mouseUp

on mouseEnter
  set the textColor of me to white
  show graphic "hilite1"
end mouseEnter

on mouseLeave
  set the textColor of me to black
  hide graphic "hilite1"
end mouseLeave



          black          cTag  title.sitnot       cREVGeneral    scriptChecksum  JDTxTrevUniqueID  
1134576592697
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 217 to 394script <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">global</font> gQuizOnly</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite1&quot;</p>
<p>  put true into gQuizOnly</p>
<p>  <font color="#0000FF">go</font> cd 17 of stack &quot;intro quiz&quot; in the window of stack (<font color="#000000">the</font> <font color="#FF0000">short</font> <font color="#FF0000">name</font> of this stack<font color="#000000">)</font></p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of <font color="#F88017">me </font>to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite1&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite1&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>
<p></p>
<p></p>
<p></p>
<p></p>     Habit 1: How to Sit 
  O habit2Label 
 1 don mouseUp
  lock messages
  propertySet"habitReview","true"
  set the textColor of me to black
  hide graphic "hilite2"
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective2" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages
end mouseUp

on mouseEnter
  set the textColor of me to white
  show graphic "hilite2"
end mouseEnter

on mouseLeave
  set the textColor of me to black
  hide graphic "hilite2"
end mouseLeave
          black  0       cTag  effective2.title       cREVGeneral    scriptChecksum  ҄",׾D%Z'ؾrevUniqueID  
1134576815616
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  
mouseEnterscriptSelection  char 521 to 520script <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">lock</font><font color="#FF0000"> </font>messages</p>
<p>  propertySet<font color="#000000">&quot;habitReview&quot;,&quot;true</font>&quot;</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide</font> graphic &quot;hilite2&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send</font><font color="#68228B"> </font>&quot;startAnimation&quot;<font color="#68228B"> </font>to<font color="#68228B"> </font><font color="#0000FF">group</font><font color="#68228B"> </font>&quot;effective2&quot;<font color="#68228B"> </font>of<font color="#68228B"> </font>card<font color="#68228B"> </font>1<font color="#68228B"> </font>of<font color="#68228B"> </font>stack<font color="#68228B"> </font>&quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p>  <font color="#0000FF">unlock </font>screen</p>
<p>  <font color="#0000FF">unlock</font> messages</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of <font color="#F88017">me </font>to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite2&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide</font> graphic &quot;hilite2&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>     Habit 2: Practice 
  Q habit3Label 	 1 eon mouseUp
  propertySet "habitReview","true"
  set the textColor of me to black
  hide graphic "hilite3"
  lock messages
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective3" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages
end mouseUp

on mouseEnter
  set the textColor of me to white
  show graphic "hilite3"
end mouseEnter

on mouseLeave
  set the textColor of me to black
  hide graphic "hilite3"
end mouseLeave
          black   (      cTag  effective3.title       cREVGeneral    scriptChecksum  W/޸\aшrevUniqueID  
1134576824519
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 107 to 106script <p><font color="#980517">on</font> mouseUp</p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;true</font>&quot;</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite3&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock </font>messages</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send </font>&quot;startAnimation&quot; to <font color="#0000FF">group </font>&quot;effective3&quot; of card 1 of stack &quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p>  <font color="#0000FF">unlock </font>screen</p>
<p>  <font color="#0000FF">unlock </font>messages</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of <font color="#F88017">me </font>to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite3&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite3&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>     Habit 3: Accuracy 
  S habit4Label 
 1 hon mouseUp
  propertySet "habitReview","true" 
  set the textColor of me to black
  hide graphic "hilite4"
  lock messages
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective4" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages  
end mouseUp

on mouseEnter
  set the textColor of me to white
  show graphic "hilite4"
end mouseEnter

on mouseLeave
  set the textColor of me to black
  hide graphic "hilite4"
end mouseLeave
          black  @n      cTag  effective4.title       cREVGeneral    scriptChecksum  
!6;4BOM4revUniqueID  
1134576834018
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 108 to 107script <p><font color="#980517">on</font> mouseUp</p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;true</font>&quot; </p>
<p><font color="#000000"> </font> <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide</font> graphic &quot;hilite4&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock</font><font color="#FF0000"> </font>messages</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send </font>&quot;startAnimation&quot; to <font color="#0000FF">group </font>&quot;effective4&quot; of card 1 of stack &quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p><font color="#0000FF">  unlock</font> screen</p>
<p><font color="#0000FF">  unlock </font>messages  </p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of <font color="#F88017">me </font>to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite4&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide</font> graphic &quot;hilite4&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>     Habit 4: Don't Look 
  U habit5Label 	 1 fon mouseUp
  propertySet "habitReview","true" 
  set the textColor of me to black
  hide graphic "hilite5"
  lock messages
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective5" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages
end mouseUp

on mouseEnter
  set the textColor of me to white
  show graphic "hilite5"
end mouseEnter

on mouseLeave
  set the textColor of me to black
  hide graphic "hilite5"
end mouseLeave
          black         cTag  effective5.title       
cREVTable    currentview  Habit 5 - Perseverance cREVGeneral    scriptChecksum  P&v.>
revUniqueID  
1134576843509
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 107 to 106script <p><font color="#980517">on</font> mouseUp</p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;true</font>&quot; </p>
<p><font color="#000000"> </font> <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide</font> graphic &quot;hilite5&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock</font><font color="#FF0000"> </font>messages</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send </font>&quot;startAnimation&quot; to <font color="#0000FF">group </font>&quot;effective5&quot; of card 1 of stack &quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p><font color="#0000FF">  unlock </font>screen</p>
<p><font color="#0000FF">  unlock </font>messages</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of <font color="#F88017">me </font>to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite5&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of <font color="#F88017">me</font> to black</p>
<p>  <font color="#0000FF">hide</font> graphic &quot;hilite5&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>     Habit 5: Perseverance  
 Go Back To Help ep eon mouseUp
  lock screen
  propertySet "habitReview","false" 
  go cd 1
  unlock screen
end mouseUp
      &  "   cTag  action.backToHelp Go Back To Help           cREVGeneral    scriptChecksum  `A5 +xrevUniqueID  
1024001899077
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  
char 88 to 87script l<p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;false</font>&quot; </p>
<p>  <font color="#0000FF">go</font> cd 1</p>
<p>  <font color="#0000FF">unlock </font><font color="#FF0000">screen</font></p>
<p>end mouseUp</p>	       group id 1939127  i       h 4     cREVGeneral    revUniqueID  
1134597325839  . 
show tips f on mouseUp
  global gPrefsPath
  if propertyGet("studentName") is empty then play "checkbox"
  else if propertyGet("soundOn") then play "checkbox"
  set the cShowTips of stack gPrefsPath to the hilite of me
  save stack gPrefsPath
end mouseUp
       l ,   cTag  action.showTips               Show Tips on Startup           cREVGeneral    scriptChecksum  ѾG.00~CrevUniqueID  
1118845528864
bookmarks   handlerList  mouseUptempScript   prevHandler  mouseUpscriptSelection  char 231 to 230script <p>on mouseUp</p>
<p>  <font color="#0000FF">global</font> gPrefsPath</p>
<p>  if propertyGet(&quot;studentName&quot;) is empty then play &quot;checkbox&quot;</p>
<p>  else if propertyGet(&quot;soundOn&quot;) then play &quot;checkbox&quot;</p>
<p>  <font color="#0000FF">set</font> the cShowTips of stack gPrefsPath to the <font color="#FF0000">hilite</font> of <font color="#F88017">me</font></p>
<p><font color="#F88017">  </font><font color="#0000FF">save </font>stack gPrefsPath</p>
<p>end mouseUp</p>
<p></p>	  	        How to Sit Correctly ep on mouseUp
  --  global gQuizOnly
  --  put true into gQuizOnly
  --  go cd 17 of stack "intro quiz" in the window of stack (the short name of this stack)
  
  go to card "reviewHabits"  
end mouseUp
        (   cTag  title.reviewHabits Review Habits           cREVGeneral    scriptChecksum  f_U[revUniqueID  
1119004807448
bookmarks   handlerList  mouseUpscriptSelection  char 186 to 185prevHandler  mouseUptempScript   script <p>on mouseUp</p>
<p><font color="#68228B">  --  global gQuizOnly</font></p>
<p><font color="#68228B">  --  put true into gQuizOnly</font></p>
<p><font color="#68228B">  --  go cd 17 of stack &quot;intro quiz&quot; in the window of stack (the short name of this stack)</font></p>
<p><font color="#68228B">  </font></p>
<p><font color="#0000FF">  go </font>to card &quot;reviewHabits&quot;  </p>
<p>end mouseUp</p>
<p></p>	        About Ten Thumbs ep "on mouseUp
  go next
end mouseUp
         (   cTag  action.aboutTT About Ten Thumbs           cREVGeneral    revUniqueID  
1119004807447
bookmarks   handlerList  mouseUpscriptSelection  
char 34 to 33prevHandler  mouseUptempScript   script   	      % Movie   K      0        cREVGeneral    revUniqueID  
1144857296626 %Z          ^ P _      "ɉPNG

   
IHDR   P   _   G@x   gAMA  a    IDATxwt]ՙ-ɒ,Y;bCƀ P	0ZeBL0{\T,){lY+{~o9 
h8;;{@Gǀ_]Y} IH@䩓 %op{[jc?(ʝ]~ؗ-0  =0*=mw~ŋw?ps7f*
*DJJ֮睟.ۚ
r ܜ3/Ҳ3: /u۳"=Sd37=:a-gܺR6xy叺p)luqM3wpYUjʎI<N؉m!i&t#IpZ|O7~yx]b@30Ll-..yҤI墹fTՙMJrc*NC*)<}$-mlRCCȉZ!R7kU}jma@ŋg_qŕS"d
Ӂ*YYlIZIGBObbcs"4th}G($E_}ՙ\xѐh,IvۉE*EcZhn.cK$Dպq::^`	-\80M!N$`SRr<4uP4;Ř񨣽-oMOcd*`}f"UT*;s&RDc	 ,ʿ^q*猈,<SLVƖ=.5A
Jk=|_Ix'~z)~	;eC
ٴn#DZ3kP[G͂GVVA14W^2Y ʆiWFeA#=Y$Uj}~%2ʱVºPh"/0r +2lJ4_,
a(-4 k`|ͥ/;m,K]I~nI	,V'B4b֞⃕llMϯ≗ފ<{C~9sf9rF8>vꍛ7.Qca$Y<FIɵ=C9>:%@Τ`Y<t$#&"'ˤ23&D>~iVeKfkeu҉E'$NNN6|ۈ#JgϞ=3O7mWW\vi0MM0gDFT:YH&R؏?I]l23(FkـiJW.̬Ձ9'ϼ+o׷1hZ9NI0CR%CfϪ .
FGܬ.TVj;Ђqg22BO4JÚb<N
עNb㿠(^VXhi@Ng.[W9g,3!*B!Iv3rH~x3!#ڞvg8HB<%*T,cҩgI|	"̚ұ>)#I0h0.Ñk>h.i躞\	gd.`Zju+$	3)e׽3.$hҸfb -)
KcqX44!w@{a2u45(@g -ՋZYsի樳+]
BH&RDtD8īT+ר3ȁ5AڔpUpUU^[1(<оvՠkXFz	C.#b&f*E0 NAD!`MnR4)SP=T"[jYy];Mڥ좡`600+}=n3J-4$)t@
*N,
	D$tF62` Ǹvb
Vs iaæH
؍	Unl0պ4jf+mMBZo\VmA&I2*S_En]c.ũv}E̈tM7R0}a&UO๪LlKʠXz[O{nJ8dO5)r0,LGZY323HKp%ip'@.>\DzVgo)N5)`у>$H;n*Q)NyDNFo$rN0[]2'Ųy<ڐjU"CfcV9p_&:+mi*UH'=ܽ6pTmH7~?x39C0y̓<1jY]@OfyS$낄!@a%,Vj`c`0A.nr3PO*i'4D*޲IgO)ؒfyUy
7i$R:MW(Z0RiLCCXFd^8g$S&-<aqnC+^>=ŹHH:f1H<&tSj+^RwO!MrBrZhkd[k=OzM͵Ïz.`;hI)tz,jhHi:dЮmڸ靎V`rg]`dKΉvfu:LbT3f"	k[&wp\oo~o:R]V8ͭu[^ëV^@ˣzC!TY6"+2=7DkX5n92pFwMGV%vEoֆ*&VAB1S)\V*QM\%z7FG
VZ!uْSyyy>|W@0t#w	T7Nfe8slod{C~ z|5q(|`IIV|s:¯NĶ֤.)<V	E-dRZ3Ogyܙ&M7oluvڪ&_Qr̆
P3LRR%Pr
)#[d=(i4Z)BObn`̔#aEnO7g\qg/nN[LRҢ_?'g 56sn~6or@8c4MBPC1"^?N<6)W,_Z ?Gs[d0ٙHE0m\|\Û+fa
(b^w;wޭ_&M"I.jUȭ?dmM=hWWS_bؿm;o-?w)\aa!te0d[
~D"l̡hx|HF<Ghcq;Dt8V\L	w#sulm;B! {2\q:),2i昒^Rp\u0oX~+SUqY3W~/ɕw<`~dH844X:{]]]/$"WuRA4Swd2)+EU3ČwbjP0tE٥IdKحTHʻGni:6EX4ghu8v ?^xa1&uc$N7BuaP$,Id"CY/Oͥag'aТޫ%D:FqA|Ř0uDF3H3%#H Y]-"_C.\Lt[eV2oGÎ,nqyB $-0:\Lxfӎ+ۡ
|rM*>)㏣x2Mgw,7H̐#fd5H4j"I3FHWV񻯛MWt<w0[ZZ{Ͻ0M[KeNM' 
aK,\oRHk$	\㢧(eRQz"8V\ofl^$XX,IZӑeIX|M4va׋^7<p;L>jx{[8zaaʊc.ZK@xbXMv入
5&Iف'Wfc{CvN !nyRRO0CUJ_I4$KO0Un<n*S]VLKGϽ;C9oxvse^vo{{{KeUt:M
U7xJ(tAʈc|<fZZCOZ6k<Y6[u&sod[d(	kq^!;Fk3&7irܟS5PAaA`ҌS$iTEbz+nŌ*Ewl`gK7Eo-z%ŒVU~Gvv6nwWLR7+5oqik'μ@-}>Ӆt*TJ!	!wΓcا%p03+c7&:	yVVbpPtuAe5
5#]*Wfenа݂$-,ٸMhğ%q۩SRG"fPPX3z=<C}Gv\.
]%] jR%z}?K/tH}>y'c{D"!d5#F2磌
O8׮ˢC5TUI;;X`w-yǩy)?"6լ۱֍>@6
ij0>Zf׆lrnp(D(Y˃M6UujOkj_<}.uݿ2mΌL[v5~?\Q8ʛoo
С~;,}!ҭ07uR"a֔ul~w4"Zĉc0˪bYV@ Vhڶ¡C+ɤԗڙ=ԼaÆ_ظuc<},viyE6%3yOM@(~`PBIѾƴl_&߰Q D&y^ӿ}6K"I7K<&UOgd;ohzi֕"0N/SF+{gV^;r'E*IBn {4ׅGA   
 /M!QU)#,Ѿ\rwCɡcoGɲ|lkC͞M/_J*:Nњu"c'WJK|$9[D4R(4tlvt=odH,9IDqkb^@{N}Ҵ ,Z)a]wv^&AQ&@1!mfd
cricE&sN?Λxx7BӉGc#=:M'͞3ܺ\$k7:s̛͆uR}y[!+"	qhޗ.;I%*UUrv){KONgjnjɄ ʀ*yGEXlFZ]Ӑ$mEx,lb
zbO`9I2 K6+k+_<#?)wJӮr|4͍M[Ru+G˹M%ɑjɴckvŦf8G2MI+.`\`?\q55L-ڕ+X"@Z9
&°P9±S).sr+hFWFgkYn";$'ִY@j
Y.
WQMw}Ņw| Sr%xl	%`u52 Y3ΔV,KegaZiD4ba]
M#La
pݗ%fF䛚i$If]qb*"J/4 D%aؙ0".ʪnzd{}]+>O^%MSB*[-Ey#Sek"|KA!sPjQfw"iqZ,pMi'ʐQa8y\4!@KA /S47p8M8hɲZ[hzQt%z SPrhؗ3
M+>vk7;4o	%Ywܼ3gH{*@A^1K@g;*x|NCk3hiˇ
iy3L'ac¢guԟGfF>)hEwKߩǝ#&1V@@AEn@Wtg
C2&5+v	uq)V2h8A&cmrIQ-`+}_CCf/eJP7CnsP?3	
`뺁	Mt1K1L8
?'U邱ǍV	0[<\7I]c3vG]L%a递Ln	oO/ IQI :
/ w _'%tz? cL 
raidgk+}L(o	B{,|6^W 
q /ˎ
kKgϥRC.Gdu\&"Aʶ<A] ~O&DvuC+'=ͫ }.}q&ܸ',=5n܈[M?ޞE$ҩ4xMKcXPEQPdYQeYVe	IeMwlܸ!.L,$Aq8`#gaz6a޲Əp۽앙'xv]Yᛍk3=Obƍ
ݏwe3FMK˪ˮYtw;TVVwSYH0MS$ijZb/c\b_EcǍ"}TaH5A3i1#z.5iTkߗlL᠉h4-uʌgn\7b|9bdeI'3@=Hꘑ1zʸ)ftQY]]|Y
.A	X:>41f1
NywGH8tdnioi
-hduA#a
)Φ6ɗg5
]_j"W}2 vY>
͠fk9p^uy
Q[j	-5k6 ՠJ&V>!BPb\S^=\6ʀI}A*	v?NПݯH7J$IzL8s`{4n G+s6l=^HB2^"yZ/9
y;`Z)r];RGd4M=8mx:}ts2@`~
hÒ!fasAI?qBι\LЇ.nK.Usr>f*?[``u.̀7H"蠷#ܬ^0Yh	CX4Ch{d6+;aI? J	ȑ9dHO4ƛ(4̓}I| Tϐ%8}>ӐT|ݡ	
'4ڙO%$y[09Iv}Hd6ՙZ:Mn~>@"+ZyeZSۯ4Pp A}e0XUP?ޥXcR#bL4/Vb"P+OX-B5t6cf~9dUWn᦮;OC%p7/CsTl.\Oj"hzqOEbYQlHnկҍ=w6s
  tIDAT(w%0ܛ]eC>Xw=x("*P4c*`0s__I6K&۟"b
Jߚ]w+$	-$a1}	z	F&%[䳼فkynX0h:8l˭(6,2B
+lw;!l}%%\Ҳ	Uf1
(6e6̭(-y%238wIfѨҰ;2R/,X%JW	UAWHf8w2s0]ܟ; 5lrPmWɤ8Z;AUaSFt?),W.+djg6CXvA&s(?F5
H+ʅj2M>EvYjXtRu7x}ہ H.ؑt j&S,*dd;̽^bST2FZ#XІLF	w95{#
!sL0CeaA-(Z2Mg}+d*S#		<-`B~$F    IENDB`       cREVGeneral    revUniqueID  
1200914480008 %[          n [      4 PNG

   
IHDR   n   [      gAMA  a    IDATxwUsι}vTi(MlbFc=XbI4ֈ55vAEQ@AJoKYֻq.`ɷ˝93sy9pp%(?8?qN*bx
#>F=;#|Y&TVU6UE7]s5fgfme_TPUu?^YQQ!xǿ̷|{oᳩ)}~t9o> t4Uԓ?yve)S[htwv.=%-۷<bŊؙg9Y%m5+
Wz/+ [ncoٲlQ'vٳ^tEomÿ{t.(=}l>bzSw~4eVw}w`-)n,SWo	ݬ^fg驿)u{CCouZRrTˬ{DbhJ{@CBv_PtDKK`0ݔ;z˅'O;ipzR~Q)¿Fo&
pݼ":Qm./ &\­RӮR"a%Bi~Yt:  aPA~f Uu~E
7X,
_|WQ9Dc
a@2_M%e$IKr`(M0B"1PXGJI~iVUoi
T'MƗ76"%%
$MVE~u}-a7%%%v?׆p$q|co?fSe a/(*#(©/6B8!%1;j9{|!ch671,
i.TXQʺd:͈C~G#VM!"X-*y.,ilĤFh9,옪`97t!wYi	D9wRQ#:_ӷ00ͪh?Z߿DHSNqm۶
wn;k)5Qb
hjdRYL~C֏{it.!`AI`pTp\TZQ~6E.qPI2B@nA%}&Ļ,74NF(`Cx '̡b_3{'a;	!Pӂ?i&]wn<%	4xB$$uwKRZ'ͪR͢w?doGqvv6nIp1ҋg>^>I9a^oDzPTc-)j>&s7s!CDL7DnaRBv!\(u1!ڥP)vo;dIrۺ(Ȋ0$)B帻e>?,MUކ,S,离ڗ¨.eImkT{ngZ
EQچ&HMM%/('O{VlE_pUa:3Hpj,B<Ȕ79t~]wlix4.
.MOON@GR]  qqzR_bp`xIJA'47ILQgF躁ak}Ꮎ A8p/-OX9N(%8E 	>V۱Y4-Q+c(=komll.w^2c$i'Kn
N9X7 ǹKπ3'vޱ.?OB/Hϧu{SȗEٜO
X븼(w\IW;W 1Sr|yfdtdp,V:l41iX-Dw~wn|yrXkm}#wn.ϳP]槔P^ګSa1W#Ucm-ǸGѥ眭̘9}b.uUJhH$(x}-$'ٴk ;wMID{LRBY'%GAF!	/KDwdGPrf"xeq?Kzp
!}0,!fގ#f/nVo3aN32(>4=-;Y\p'FcBp0N~4DhzaO.Y+<;VbWx07вKle ջ(s ;W`'D`*6nE*j5uWT	]7X4"%8v֬Ysn-$FgOYBHp"C844êM`]z׫!T6r~`؊7Y\rʇp#0 
PU~1޺Q ἓa"峧ymQ 'a㮣~c]wO9eW7F{F_җ
8pZM靬o;EŷN=1C]R =%bjÔDT{/$eAvt58~ ,zlVonN:yOKa훐\WWFäb#WB/]jOp1`ڭg93ZZ.2Mppָ6vCFF3F]~eqԦ@.~5Tl&5WHW;N]>T㊱n~8Hg:P`(UUPU!MGd'or)18vkuo";᪳~<4t&-%[a3CpݰhU[-d.j`0xUmj>Gk0f07cp`HpoǀNM[cܲWw_u=*yRex6:=iΌ8[8'J#@aHTu/=%ƭD# 	'_>9=
'
Wu
8f^
vWà܎@pIܝp})烇_/fBN:쾎?	r2K`޲^<`๻`ݶN9q]xZ^^O"Μ4Ad1ih.~	ο0soÓp&)ͽ5[dr:YdXJ'3=g=o{W.dڤ#VoFZ7?+6R7iHKȒ"lo'n/ }BŽW|1=ݥt-~#w5F(*pVmF='z;N<ydڭ|&+B&ǃґB6i,|yTk=--wj0$VͷY/˯O>[/Ffz/qÒ<)j#eKJ#Qmv;PX?<z[,E7.ֶ5ː64(?H?g'+.zj,`27kġ-[v83NNNc/ٽų(@!y|iUI`IIW"ZmNmd_ёI=¶ԝSO;%KxVN7*4jf&{1y(߷w1y6ޏCAcZ?J2d5-=Mz\28gΜ+{L)?+sN*:¦r\6C+)X,Fm86vEnB$Ǝ ~寒b#qOe2v|Jٱi|ABncLqz3s'8ӥ7'p¯[Y5T9줤&B~Ek
Uy˒Νڵk5Q]A#JMmCXl/2W_}5#Fgq%ga%PUA8&雠r`go?y}yNp `uv;.\֋?Doě#.@6䭈$75Cj*kB飯~#,[n#zybb%g"t==Vw_ڱ҇P"6+Yw~* nbuf]B)⇿=7#6FLub[)q|zlO"iXaQ6ۇOBUAany*K>~|S {6:lљV'*dc=Ag_e0/4%k¥g,&I΅G`<ǣp(g̼ghx-,]n<r]0=/+65ym&G~fI/7yGap("a 'oc\[g+dqcH		vY^~vrCz<hٺt؏JfbيHPٗ^=9rf?=}AEŵM@'jј>axføafSbrUq;0mֵ$W9\ݴ&ɣ Pjřaq);:SqNx;2x|<8
ӽ2e/*omr9RQ]ߑ^P
c|XS&DFcHEaeN-MS|@qQk:ȣ)o'Ϧ#t94,z-%n}^4iSM>\hS}WB&_gzU|
KٷϘbv^?;
_<_`.
bڒrLMU[Hb*PhloF:>r.te
z@dʹ(C:eqK$WaHɌ9x'{k)ZgtrkW
m&#7v
ppgz`gpyρa`5( ʚP]59w"l}A`_&$9!CT$z5ApsoC<sB
+5a&2z͂/WbG:h+?Dj$>B$w;Wqcj8"4m
(xQ`_ubb
p3I	.!0A$[O8Ѡc:-]6;tC tbTJWvTfK b7?pCqXm]Iڸ;dF?w	?X$֪wc^wf3vjS?#QipI;/<V
\vSZ]ܣ?lWg5C8LueMWr%+d>IT8%@5Jb6T˛#\[f9&TIT
6c<prJ5NJJ<nHΞ6Dt1p$7DI0wC3ٺuee蒿gO5s.GB>$'wRJge.b1Oގ<_喙|~q:\QF=<rt;n2\.dȜ{7cE7{޸>R;a(uk0W%'!#ɌoXhv"B&0,M=Qg؈JhW ;Taآ__7Q$QLs"ذa;66p طݻq8lZwWYd
\rA`0a%@||\ܩ|ZTUvQ(
,_#m6$N
B,Xٯ.}=Hnftc	EZ)yDvlQӦsÀ}\sFN.(9tHAFHty_vnqp7]3~t@Q\dgsY1y
28#wtپVuh;yy.,`l#55݊]+cyoQQ(ɔ-sR=b!??{xCK7Oև{:'P*W,y9l۴+ƨ}li!.*쾼C_Ӏř.#͔)vz
-(ȥΛأ![TӅF\trs3N2I	W}|%lذN:2KeTbfLaS5<vx\xϰuo|qt`Utžư1{tv׬Ad%'PUp~]5M:iPY]okQCNE,C֏KKw*wEr	!N;h<&'.HѹzR&kq73s֌3K/ͷ?T\^Xb&jawq\tx|,Z
钜v0N>q.%n
{8@DeJ`M'5݌%^<L>E98Y	MP(uVo~O嶵\v2|^{l4vTp܄Wi}͏޿NõuBzϨTawP9!~ȶxwUM9$$KW#02@%\3~e#'	LUS	Elj
"ZdIU*+{|Ʀⲋǲ~\9e%| JJT8qX˟S`aHKI;}DtvJD(Y:_'˥c)IPެ`|(`JS
GK+%`zMpk8eFw!_}{)Mם$\hp646zٵ;u|P_|<aD䫯V!PUkoo9e`q
^|75]`]Hxw	n'̘|93+׭C~9i)_V[^"T<1(tٰHUx"&ܚ)嚁D"$C Bj
X@Ƕ~7
TR;s$MSHL#%}%D"\t)!| dgvLQ}hF^9X,xj{K1C-ڑb:gyRƙLffJ+tE0uN;kl??E㳹tX%?nWعIcMx|6'ಱޞYG
N0Q=;Y@ofǻyYhA*á;)_"IH91?*ITɻQFe4q$"JV<``>DW6f
掫K|/0 $%űvVrsIMMlm=Lf}8vYR[DRR<|
;c.@`[YhSЅCEࢪ={>YY+B\K1sY̐%{$îs$wKŨ}w9vf<o2#
GmǏC
@VjnS_w!jAm"f]$[(4G$eI
I;<wggSȡSVIZ%;Q(%hްL&)kOw/ݘ*]dZee-Y$&vFIMMr`A(r0xp	'0RR:/6+DXڢBjaڴqTWqz^^5xcENzz'
PJvz
=x!E!ҷ0dMVzDL73QIS$4UBQ@⭂3Ux
^a6"DĢK!)R:vHI\}.bn<]Fذn$??3@gdRTMcSN986'>BPZZ1Rq:~P]WM'!/_gֽ!Ip;ܷ]=_gһ(I
  IDAT7~΃DZ'MW5hfEEqĐ}rHCh|[#1NbB%kb]T!b0qM	n; ɉyG=de긡W~"㻈`zBBn?bvtg{4.;Bi0gK'_9_}{x͐ߝOR
li1S$iav$vᤄv2SD%! 6E!-J\ACm0+QI\~A@o#4l[O݉jawsJ!C]uEU>~w9BO^Ir&dcUS	mBm%.p#Q5U7&<+HV)ҙh@ktLKJ`3OA~6?pV/YS]a_uh,Υ%9oΧOQ.%Ĺ\x|a"8!#ޯ6Ypj!%jNSAUPNsa:GO$%w(|Akx3|ǧ0. WS7d۳3V划p
꫕B}MM^vbǎ
YoB֑-W_&B؊}肹;j8lv+<5i!o$`a{c֩*Ee|y9H9;K݊
X-aZR׉LECcW["XfjԣzE$%[9qđe<8p.y_ER^^`2ڶtb1?vwAcc3YYtf7<]ZaEEv!C]zrʉx|t%LɆm{]Tԭ_	%y)Ғ=Jr&.CC@g0z%aB@gMyAJ^.0'a޶T;Kuli LB|ǵ%2bRAh`v0"ܺwgȐ>,mzp8}=-\̧.3NSQq^@ff*΅N1s0%[VpziӞ5_]7uٯ3:'} W? Q]WkƶjT0XvyܠJkĵF}>tC!>6"C$h(@ASs@:i	$o҆{hs4U74EV2hP)iҏxzΥ!4C.90$,%:NM4 hmKnR[Zy
.&8Lvv;ZkP]
""
L=x
wF>u2L0P(رC8 =n`-n#a*Fg]ˬz<}1"cAZž&6.ÐDB8]4r@So-v@ZI]a(D7EED0]p4NAy>wyR`dJ	
V*X4
M3ĩۼws~7X"1m5U RJ|-~*Bɭ~?UQ\л)fVV۰9 Mw?xht^jr(II+Ee0H1p8BSS3ѳR_AUihh6_JI8Ӿ}g}hnnqhYy hbi0_6܅uhEB`JQM%&
>6B%5o_!%ٍ4R2jhߓvU՘BS}T	% fVMQz-k#9R;1@;LE^4@1̫Q),8KB""kIɐBan{7)!]aH54Ru.B@BfT28vX鰶o-Zqֵ\ؙp
y衷G
jiCg#&3HJnaEdf˥bng7hhv*{+klDJI	`hDcjEu,Z=dUJ&pV|ZgzyQhjҀAf6	.Ŕ.üF1=IO&?'4*kjżTdeǰ*	)BqjB.jj	AQ[Mۙ 0,׊c
Y[
D0`Q(5oe#PV5!%R߫KP4qtVnؾwx;~-Ջ|B={6W}CEeVŋ׿!~S m&U5O0S ->H43E3~'RjXJ5y_BnPC/k`8FƵ7jgN;m[0gq-uu{1#.I3	`tLᐩ[7Uw:V'2!vT4 	.?o)Ϣ4SCxW"dUdesYY{g2MAAs4$&ֺGܰ N]%ezoKMS>x/ᇵ?sznTM(7QCaǞrl\n7z"%?aj2
;A
!P	@B@0aҤe ACmVڂw(	#FXd 
EC7t6DYIrG3l mg
Sƾi;F(CB8 0r)J/ܳ"!"X*fA8A/pH4)roUnq\Jf}B4n)!
JQ5W)4zq8"{WA
B#CCj:-Ѐ1')
6n
[hILrwO{DK(VU
/0b;۽FdWQv)q$Rb8|->f#5S[
up^`Q_a$fӯO>ʉ~'Z~[N'q\u~{rE۝@	GnV)zPL6܄n@PRP0
o9Љ3.'q%
dF/5vrJKr+(C57JLǇ5UT`ݦ6 
a,ڷ+ﯣ|5C׋;+ޙMq#9%X.Mh쩪eK>J
p,RʣW[2q<bBg~G^f>J0b"QSp:]R s qM;ns~Dh$2L4M;Qaw?Nncwx
%4{bl%kۉ9"51&inl⻕H)C̀b4BaޒT97	Q]psZF8bHaٚ<'KjwpV@4&#"Oi݉7Kekba͛ٽsr%iGbNCͦYfo<׷()¢i8VV`07<Zrߪk1s~`M
aX4ȮʅTԬ X\vx̀Wՠ /eKksQUMSJO`raZF#oر5庁}W

uP_!il&Imb1E^_իR]qhhBPoYG\6MSŃ#yaW0pya].xCeA\8>d@"f7g2w;ZkG6+uù\0yr#C7qܑa FX f0=sA](ݛaǰe
Dís",CUZjh/.a\
MUYIt[DoE*pW-VH09$w!{>_цk/-L3׸.7,Ec:51gQ/}prrd[-vN:k2nQFܬݲ`8ĈAX4MX4hjsoּ?qGFjvZ:_h4D8P(d$3w·6<m
phl15ҒrdjRH-]Ķ>lk2+Tj&#/3k`G{%GO %K*+kbIUd;Sb~~/ ٿIR'½ͳ3h;)&8'P/93cG1sȐF={|A0?wt:E&ҧ``Ͽ`B oiO8]B7\ȴBJB	<1Ft\0Z0ϴˑ()67#LQa~V'D1<D-R~C+l*ͣn-Ub	
gJbуqL슓@ow1lIp
NcnAn\j	mGyN:KKDU1h@|I;	@rvޝ!^z~ǀ -$
.tqnȶcƢnrBۜ qj>8v?y-kH4d/*iC?Wx:$0XN4VD5[] ysMZ-߻iK!t`cNWmy!BڎmI/_:ti SAC
rA`ɡ]Aw?5ބEM    IENDB`       cREVGeneral    revUniqueID  
1200914678182 %\           @ [      PNG

   
IHDR   @   [   x   gAMA  a  IDATxwU?i2L&'$D0B4Pφ+*+/*JAD%{ff& d֬<){g}xo
70,P.hŸq%k9V' _>8̜1s%o˿ꪆ\e~׳C7D@`欙qy	Kjpj|xW`0ua	0oMẮD"+.Q- 7M۶<s;gi$ua}qk(H)D"+RZ0,t۲RbBqMr'Ndҙ|>/0\%g??ug.=󳫮Zu_]Bc=:0n8ܰi7ZlIOJfV'W>'xÍ>czn9sw#@?/ttv}}w3#Ah|ӧ><Xl̈Ȳ---?m	ˏSaȕ?sR^2=JF	eWu]y7tP3G[)@bukgv>3)`p!iYV?}VXԤ*fsWO~~(i,^օǯ<%}/j[ ?dɒhG)ܳv38iK"[J;dmu3g|x4:ys~ʊH-2)mCl۽Fm4nn}BBpM7-T|0KmDQTH"lkjA\㢋/+7_~w,Zt- r|Jwm+QLNϹE'ðY[S;oɪi+_+<@@gGB>C2
p$B0"d:'	ׯwE2tTw
!'AJPZl7Xz90՛\s)r~Uh&eӳzR0!p?\&w@
)s3ev_-}tRbzACB&x./7^\/gVG_uUթLd<ic"^ sFj7`9Zcؾs]֭{{,/\  ]
*6+zKdriqAT"Ht,߰voBwM~ro^ԥ -|ԏ#3tB	yŊw~߹a\ĦP$J*$ww)i)ygmCONe¥GyU]X(G(KضCT"J+vށ Y<y  3܁nvvv-9\ɡ9ʂYN2E"EoEp0yޓ6#i dQG%>keIXt6뺧M;)%{PH˯r^ʸ'MO0SxNEU-U%hF*C&W@J$ځ6! mȰPaMlN6 W1}&?45i&a5ꅿotBLJ:A{~~~cچG2a*Q;&<
GsOE[?m.:Xt=tدiH@2GUU(k450u.=hiKY8c(F=uzڅgzӦM<sŒSk[x?;\拟>:vF㣓>^&rOS'406_s̹oG󎋇 J@婕sXڞEqߦ^O$jjj6Jͬb
"QbîRDx	UXo|.ߕΥv
9Ɏ i{Ap'ԙȉ7sQ홬\0r~{̟Hf﹌9Ofέ<vu$OKR75B#7fO~%t6{^GjxT-U4(AZ懖O5"Cg[^;+;z;mNŬK%t櫟?x_O-,[{G5t(u4&q}cEɜ2|iƙ{gfIEjAfG<mU5:g*.X$Lf&ڷlh |;b˔58'J5~5=.FJ > B;5"뵙W%8`6A}<S;pqI|v
R%B_~|M72=B[\tUPBw|cud-疓sTX(Xd:m
y~aAXBOPᆺZq3E6&`łlIU&,4M6%L0ؒ6窖noOO[oˑњk;(9P!㩨Xv2Rd
չqR#ћ2s4:7uҎI:;.u뺔
~3O3tNˡlyh+ɱ*f`/<yoccwJyt[*@HL(8jܑtoٕ\_;dJ*SڑkNX_LW
w&-:^~xK_
:G7zwU]<uB}0JgiTSEe11JPdƳm6H&%L;dej
,/sjaطR%MM.K|`ac36	h^ѿ?l0}P'1tMI+˦<rIelצI47ŀa*%1OQӨ	r%UHdO:Hz};#$_6WmܵOp(pT,9ew|/Xf˛O;/:s)U~:<tEu t<Ѝ+R.TMQۃ*)ؒ.+g튉/z 7\.>_7<nw߬rX$BlXWU
HJC$HGs+/:#^_Չ(I0`"!TE`ULXK2dY[O׫xA(
YK2+&._^[憹>K]OH^؄3MqLjf{W2ۍHM'?lD$$
xRx>!rj&bZ0Ϗi@WU4U	h
 <iTWV=DAS MC&H/\⦹>&]
`谺	V4˗au #ϟE*ٵ'[jt:2>\Zͭ<v+Xqjͺ1f>q1jMS+U+/~4E.a{P+jSpvO.4Ub<HrS
u$`;Jly˻߲f˰Z0b ;8ϗ-Z0ZS>^Z6p(<{2m6v.dn}\7#<جUUXuwHP?21)]SQ4EAzh2ُbe⺤RxtGlSAJAXe+H#9#,f~Scg8"u?~0Β:E֬cM+pl۱@*c{"1ʒd)`ЅBۚ[_/o@ڛ7T]줏 |Ca\ˤQV1QuAus.%
DMٿ=ii8F	j]m{tiY˗H独y/j\O	/7}RC,+zyʄqt| U[|i[RWN'\9OZ\ /BiJ[-A@D ']Ta.Nv՗ypGK;x'X\{>]_}a.̻~^~ٍU6w?A%CsWStmtCG{ZyGFC*qp3YzZ`KE75L$ˡDC~P* 5Vz"
e@k>U84!8/4wN"G]OJ1.YQ<XN4ѓ'AU!OCt}}ws%=˲3(l04J#wH?k8JloTl&C@۶ng7-S  |>+yBp=<!48$jBPtPTE8Nel} _f[ȡ ۮ!sAA$An: ,G<v]TUAX<cʄgn%Δ0qq4-SlՒd@"^u[B6ESUlrY祒]q[>uPXJ՚k0JyD" UǪ@&ġ i;3	!B/_!@"G*!Szے[>
0irVXXXD>$FQ5*4MEQt8S'6UPqXCu=zK<e!ee6B}ǒu{ [L	|I+Ʊ|EWdrl)&g;H8fR8E! 1+sM!(m~EQ7f`.x	Px
Aw=玡-;KKC:%/}Rtwef,2Yl4
3݋]l AeՊ˨
qlMS
;|/m3^cc1	
ij o:syӕj|//uN[p5!c.圏ػ:+>BS!JYZ-Y@b B$#=\q%8W~,ӠeAk	?u9eOWAnͪw_5|b' DcH&N8OU].Xap+#v+Sbǥ ֖\˅	QS9C8I		w湪87kO?wm|\ji"Lf q 
~y#=	V5w`޽=mKE EE`BS	 q*'G|jTɮSR_?T*9ylΙX%4pJ 2k`S>DZGSp-^6SE3b6̯c ^neX,b@ϝvBM}dU70dsYlۦ($Acgm5BW2+puh(TQ_!bRLkGOP "{J6RS c(o7o;v5o! .~Gv4UEJ+wMc0E_ :[?j~)%V,I5>uCmm589L	F|L8
<{}3z{7O>%+
9zdu\lAASOSO@p4Dlb lqرc> `gkScWA\\@:jʷ/K̜H$DBQ\@KB1M,u
uBG_#Crx<e[OQtQ*# 2X%.f <z2B,5M*̘e+m-ϲ쌷Cl!/Ʉya;2V`bh6`q^dt! 4NyPx<Ei@.Nk*=x"uxX0	7:
J)2{^o[yLOxhK*N1e 
tuHT7<J"H	U&"4#PBP,?c~={2UV*1?[7P}7lJ{p`m/{@%s.U };x穊E}xT{Zn߽z ܢC1WHD`nHѺ`,ؿ&"R@g:o*ɪ(w__o m@/1is
(Fh?"X]X :9ddBƝ{Mdds.^[>N,a-[zҴ;^(%PG1$+蓔d'=V&ǭ7\U̱coV*9ڼ0ק>l2Aڹ*;ME4Me|}l}eklHk\ԩM[_GGSاWuS4Meks9PK
v{h+w]>RNaG;LTۥܑFcuU,Z?g$K
.B((B*6=bH֚;'cQiqAmK^:o$;G;M5IgH*ڟ{9czwY1p0)}FS
ǶsYHxNIJH<I=? wj.۶]"m #OI^K<4"N@sG" RYa#ZJtwl"8HSbOZVlq@yMhD<Уk1Y8r>J)qC͡{q'Herk]Bs|t؇e9Ȅ|#858sΟTqgPOSt8$	kY+6v0e!8ar/.'a\@z-*%4)>N\
z=yөDǄ]	3`H%Wc>ί
!SEȕj*fp$Co]@3gB-iԼ
E 5U&O(HLA/EpdU_8(
7lIQ]r8(T4=6 |Nl?OsdPcO	$S(`yP\X3	62xTp	i`ig8(e
)JE*g87^#    IENDB`       cREVGeneral    revUniqueID  
1200914706878 %]        &0 K Z      PNG

   
IHDR   K   Z   ī   gAMA  a  IDATxw\ŕ?^0ݓ5h"! h`0Ȁcc֋^lm?c0{xY64IsRQ@Ąwz{U[nzp'p'p'pكxCR=(T4;}&Ω5k DL"[d)gM_	eK-z'38a*P>Ol%v{s@Ց'>Ofq୛)ysO+,Oq]wK$S3`>
>9NozJ&d_Д3"k(1?mᇊ٘޷fݚoDcIH&dhokz''bn?FPݸ>~{?Ą2[d͆.\p)l!Rsݦ=(tՇ7Hi[mGh_*:ѫgk־`0(TU!0LߗcÕE/Q\\\Pԫg-2elVt]X̳ϝrn0%Inc/F M'T=w?{G1Lݎm//	:QOXw1ݣID߷_Q
$G)C<r+ H*ͪf
 95S]qg,M3%*a(
}ty9k28[~޲@ L`gWWz<r;{R8w|1WӒ̞3Kqq1x<Nss3dC!|JCcê
@#вYJgϬs(M;{
q(`YhFZ{d(e#0gu͖nnO]ˮ۷o]SKӺX,#rv rIe6Ѣ/[5GYמb|=އÌRsƴRtɩj]G#Dy]0s!}rQRR1sƤ8:ٳfRVVvܼ#lg4K T\P\|gɼ^\'vݴ3a*U1պZ<6WOdjMMb飔ž/,74c/!RʃL	TT/Zxy1AB:SL1qݜRSq8k^eUbze|NGX2Vhk?x(ﵭG#ᨨJވB`яAֆ\+ӜO.,QJUL&iZ("A[w-S!dGbK ৩?6~CFP鸓C%>jLӴ}Jԡ6*կ70R-%%۽*{3O"Yqk+q^Fɒ	F;a2C#˳))(o|TC=)ɋu)ֶj&3)p	\?Z:c[;
+WJPFøi ڑ2bu1ܖ2lVm3(uq0x^^,$iC
?ER'J#g
peY_Yl̝4&W<؜Iw&@.)Q0,MGLvYTҫ_srG#Q$AlgV*(KxU=EMWq.@ U4n)fZ! q(69P.p\-FI&TrN7.oW2%'QjȵKtiR!6Q,"I,)qI7afZB-
#욺i6 9X}<ѰW`BrXrͭbclX&$MQѤE2#_-N@Z:kk ͨÒnclq>]ҚH~*{'C$au(4t"dlfa:n	T0m{hKKiY'k/ȗ4-EFF
+m7~|~~ԝ;iqEمv{	-ºtiYkZMmq<Ktm}c+d׮]رCш#L'`d'dB(ڂ HHѹ$.;R,VŸ{{on~zyNI"a%\*DӬfyǐK7" Q!`cRAh4/'@܅~Қd֭.ށebvrcQ$APŸoM?}?^ߪ'ĩ
W\8~媭߻/;gݷ^(HҤkׯ̣}[)%uuuٳ瘚JR,p-)6'~ߑBbH$Mݸs\\])!X{?ݜo4d :kÿN/xgw⢓:>Ѷx:
!,`ѢE(ʇn&WY7]
GxՋ`Gw_ M,?<_"q+ ˂\ԴK_	ǁMrߚsG{$(,ȥ2dj$o(\niKWo7[7mTƆw"#<RN*|-;Pa՞w)TJ'OqaizJoR.3`S~̉>зn/ ?s!H;<nɼ{
5cHrտ||c#&+'丕h 	t[嵐h,tilME
s?RxN%KeJ4|⏀Λ.eKm=3'+.Yz< 	˲,C]Adl%
̫NH!fxh3̛<x"M8 P [4ud:ŐZXb'z
!-T5cS4lSx댋\`{7?lփ(JfG~؞Eҋng1Udss#t#I:-,Տ3{(BwOtd6v,
Y!fO$$zk/^vxp8s欙I$Yg777týzG,7H)1
CJᘬZ/i$71H % C`Δl8
|۴!ǗD޾y~Bރ
J$iafoݠl|%:{O~keU**Z>llpzAb=̳Ͽ.en;P_8~\UǖT.N76ՆCp}|oGhǑ%n%-~HSG]}]"Xzsbv5۝(kyYrhAZ3Hn
NZdO8*Z;iwmƕk>g~Ov_tF=6}pߩOV(bSB0{ihqL&{C[/xyh6'L%9UUɻPN	~sĈ%S4tJp3t=;6%dS:C5|_Z:|3,5Wojߝ,//uky1u_kh[lBK.9񧟶
}
׎0Cv@J!Cx氳c#I3)W %Z5ժsDgo;{ڃOGC
!p8H)jpRfFI)%۶Z6o55jlNH)=w~'|80A0}qq$҇4xۿvo݀0M+GD25cB P~HaGc۟{WR)N'pڲe+ݶƲ=`STXL%c
qh2c6o>;"L05rdCo__Y]3d\yR6Ϙ"NI<SWNw_#	f{SY)PiBf\6EEڤ#pZH$(
,͵pK^n0UUٹcݲLzý45Z+8@6a	fdqUSNjIܳr7XdUU0'a㘶rZyPތ-[7lH)9ѿ\bߐNrї㑧A7 # p?,?ڇt[pq]`'0pLJk($fQTXD%io~;6}LӱINY(((s,01D"M[C-o57x9ؼ{cunT\l]؊
Oaa99^bܰ]ՒRWٞ:;P 
 ,n&N+BuD1u6t$61^mqHgKH>nBŌX8Nv o޾Mn
@)Pq*ƁT.h즭)oJj7A"
8$cdTz\R,i؁}@|cHKGKۓym-{k-Ӆ(rJHghj.WP7J$հ58-)BT׌-`7U ^aaQ}=JhIaJ}ż<m9~wbNOm &<x
l>vc)-F		*[udlJK=Jˑ9۫V	9oUQٻզO]q9FZz.pz4珡V镋}],+cBx[zpythoXTdz@͸U:>%`?
mOWckD f*Uɤ\afXy
6gfe=9BmNVo|͙	f߹wU']͡Rxǻ\!eI!v#om^,rcHG'K2kb;/FaۻĎ}iuʸ4K\`O=-JH躎N
LEٝ潧$T?}\oloiֆo(L{6춯|/]o@&6t}jpG[}Ȋ&N	b-"e^طyg>ֆ ҅kM_koX9ײʑ+CAAQH` HZbRS~9ipp8i@2bؚxV%WquuM5|ՑAp(+dy
%TaO%Kxsss/UGe0?(`oEr <qHDJKZ$H++@0e:KtFVu׋od$޿/Ttaq^*_.[Ӛs3/V#>IlPWD~ԊoI)ڡT<jٲӂ)	&$Raz;RS(!R E	QrbpQ.Os'ҰrJeaQa]#Ӧ޺FJ{,m280& A1.L2;^%x%e)ZxiKB!# !``ae!:9I	
Nl:y./LNQPE!Q]*$@1d?dmtQ~EϨ68 OQ;z[yg041_E /Az%PM|9K6iLE>2C3Np;y&E4(v}IFzs-[CwzR#o8MLm=?K=$#qd@x dM-~Rզ/! o;Lc	duzO,}_(
Z2mzJӾDOdPJwzayv~:lRɒ<INMSʻOjU-"'kqr@q7O$2a!BUU/*+Ore TU=;dK©lfU*PzIUsvV8r$	-qy=-SWydb=ʱ74`b$dAm.@l5@Ĥl
Bό^.Rq举?up0|KUCɥZ(
ʊ95Ť]	*Lbrg
	+m R!:&"4lc\p(UU%wl|iC֩\r	z󀚡(Do#`iéx`8DLiZ$#4CBFk7DvD˲7>Q؀R%.5SvUUu`?p0@ƑUC`㟐88.&?{=Mc    IENDB`       cREVGeneral    revUniqueID  
1200914724520 %^         y f V      #bPNG

   
IHDR   f   V   =   gAMA  a    IDATxy\U?ު[kWuUW{Nl$
;E@G}Ɉ8(88l?
adG4Hb$!]ݵ]QInFܧνg}{΅/8
.de͞E6uԅ5I1Ydϙ5|@NRxL
1n?&#`8%MMM}]"&e!N'_;%igOoi]@ v?ԄNV媶mP^1[Ŧ~(&6G\Yg`D_kd)'1'j
S[<]7do|Gg
X
8P{eߺJ?9C<R#篑R6<nByBow`goFyu"c0tTd0i/ܰjժT
CEl{spt9@w|DX΢l Zp'ڔ}60|xoֿu< /#t:NkE+=J:Mm] 84;Bd'TB )ތM؞~=Wn3~j[#ʧڏ_R7ڗdYubSV45|.:5?FLmIk___M^vy]u $8^.Fx𡇈Lcvm]^"{{ܔ)ǘv;_^vղKiiy) _?ؕ6tݳf^W$.'~E
M(
N2&/7熹M-`rfOfvuY3SSYnA3Y;
Fv%j
KS3S@vq$פ?߱Mv
ӏág̦0/ʊf~F$|`5Own$W'oϡSTU9r4!=Wl_fDg3elbd2+U/JVvkfS;
-ojc_c+&vUbو66"T{jjzUp'vK2ȥ/ҙ9\oRw<V{9=e;2|ys}
GuEU(?Ӽ=<6q[C

#.MV(Ce!I%DWz6
C^f%	ynoo
y^>NA -}nM_i]\L_?Loy%6ڦÂs냡NFfׯG;F@z޹amEWp]5SSԔuP(-)I{r@TY@)r\[˲q"/u_usEBNw/"Et+G|}GO{<RզxBx8(9#"86wR}忲 ;8k_&oN#1^17#?|Btl0&W/`>5ӥ<LJmC&QIm;O~4MFYRJx{~Uf-xYL-f66~ʩYppNA ܞ}]Ej7
$0.)wt(1?`MgeUk>Ub[C=dFr70f>yg<\iz"g=	6~iDFÔ:h 2GW8`NE7Iԣmw\4xYyn"f^zkt@=d<Pdk2ɈÝb) ~@*0cH%X'\FAY9Կ鼖ud8I)=\1?ш{p|wq,iR+rh9\7	77g|8?t~bnEŲH"nzu+@8LcΣTL%;fKlYAeE6ߢb'4M:T\^Hp;KzGh[QhsBDB	skħhW
)%z*ݫ2+ʅe=;Cٯ.)
\QS\xEN<H6hm^~/<(<pZq+ܕxрa]y]离ϛg K` 0SI*ݵhIn
m'K1l^p\|*κRBQ.GQ㼬?Q?riE^'Ψ,_ٵ}o65O8ɨc8ix㕶uӳ[{
/)j/tPUPf2I˨bۇ]dq"Qz*YxGNg=߫iEU5#	ӆKTd3NeWZ[-E2s©eu	cϥ̿._cq2"<"f*FdR	G%MDfYU
b=G{aML	1>1]	܁B"ݼDJvO+,ok_ƾ?LcF9x_Iobkd O3`)fiG4Di*,RКTYמbvFI=#ipZpۘ2gTi"H Pq1'˾:;yvlطFhw#c"\t̪j+gT8Ғb1[9[t@R3د]lG7%t2׏p,CHLf2N$WIY:mL^CB,3zrZ6m@իVI6)!Vʲ\Y/;o9fM6oL>asg`wPAZQn6^%bWVHY5i94T ˖Q
:=
͟˾vG?a՛MT*!
y	)u X|9i\|qQ}KxT_b!>Pf -,#FP؝Y	|U3_"
TIA$e13 ip)SGEORZQ9[&f=h"*͡	9cI=A0dM,]Yus-1&1 d5_|ns9ҦX?h'H띷jG.Ŋ

\
XT$6Ka&&$fVu|FC`rGdZ\f|@{ott$fp>q
4M01moڽhdgV?)(."SR)k<HsFUB.ф$nͦ ilHtKM,+κ"(Y'>~9{7n}ז=mBCR=Y2X"N#@JI]]]wh	/͚R8"{!B[X'("#=\DUᄉ4MܪīZ[\m#)Iaq1w\Nh
12-y~M $qP=Ѷ98S?! rs
Hq:&ca/=/~	|i.3/R$y@+<߬NI>YmGjB!BP婾Inںc8N"ɫ1o	NwXRن]"fqoDrZqy>E{'40-Cn^)M\h,9q`Ykſ>y/;`2-+gjv7Y&)P9Ȇ>E,ÁPUd7`h4h<E簎ϗŁq/EŢeT .*}:Nz̐4LSdgg#0oX%Iq>LI́4R(nWjȈ*˲%R74iϛl:*i v=S%F[Fmʷ;)*%Vǯ~
rs7W/QXq--+IZT9sxzZ[dEeF6c%FhVceia?LPK1N8%Rty.v67[
wbx< =	I;Í!3*!XYzESiv#ؕLǰy8*KdLys3 5*Lx7DiY)۷o71ZMy
p_XUU()
?"//#qsEtwJ+n5!`C|ƉHYU%J,JA(MTn`,TgD~'lC;ĲexW$s5'Vf{<EA<-]nzãeD7
5 LFI)pS]
B"i)DL!}\F"hlmY9uBQoq/H{˗}CUШ,Ch餔/{Ry|2MHl;s9fZ<LSs9/uM>
T${SHӤ=	u\d.~L"YzPx|%?x7bČ
|v9 o2cՍNh#60MH&@swA:wF>sbj>%WrOo9%IaYl/xbz&&`nW	Yv WSg/ѣ|o؏8e(x_Q>C3B0#aPp.D``sf7v*SiETW.4/e_sXVskl"DeeqU
XGA	.,q}\bBYYnS}dy]>@{`Y]irr3(_vxӕ59e=*&AL'SiX#x2af냚<:b>KVZ0MsNkZlF:#0.11`'RcG{xk%Ifrʈ)_ČUasp_7x;DŇ|y,3VmK,(X\
rlx8辙1	#їLI>"@n0MW<LADL%|lPO@];H$#sd$k+ٓkºiDwoZ4)(*W["{85CL4DH	ɤnDF$S:gV!կ06\\pL+žĢ	|'V oV;Y&qlF+5QvBWwo|;j0Vճjl?~?30kj9C<1L^\NH
ur99cT+GN:UEAf8{&%1'yC|狟d̄E1#=r﫰mCU+Aa<_-{ku@*YAFzϥaI&q-]%XEmu6kgDeI>W1{x/6*imeR		zXhhCP/~t$^hUف{ZsjIHe&.	"
Ya|)M
p|`Q4TUa[d9(:T)1"Nz Qvl#{2 $Dnطo_vpG#I)'^ϏTXow~_?ʕR74,)J4@04%@m_a|$,st}&tNk"uN$xӒwֿ2o޼KkE{:#cf!g~H*$c,)RM;Gykʊ`@9kxoFExe^ʠzÌk@	n{dd)Sg{_rԍjSh$\vww$1$d>K"s\b唘L&nY%%Ӝyu4؁Jyc:@
)REv/CCQ;˄0cDUWWg5w%Ѹ>LL}G♋t李+w$dpS.	C|5<4BàP16)iߴ6uV<aۨr5/|*L0zzzxqr_aEv4	,7|yQ$ظq㯗.YͲOgr,qP
NN$±ج9sXT]*JN~yhKORϦ-AzLqhg~}q:\LvA6ՋiHE[o.擭aۃm555w+e>+p:B pU<yy(G+BT,"NXPH+-
L9Q8Z
[&	+IKKx"ʸ1^x-μ\{[ϩqz,\Pbu{0WDH
9ڙNCPճT+ʜ5}YhvXdx8Ҵ
ƈ6;lfy
	MJJgg(
D6^/YYYTMK
NǷ NUvsx7>5G5C@Wln'r;QѲӹɔiig(AH|~$>w1FޝDlx!!Sg]f@?iRPP@Iq1m
<_m)1ě[{kkk.!woyը,
ٳ6+11|gI#\bY
6[fA26
Kkb	T]:.gY"B˓O<bOrGcCcX8ַ)`dp$r+jƂOơ	2l!m'm!U$//o0EEEH);wMc=NdYoU@Ts8S|6_/0e#,^|1Z_]¬Y 'pdZ[[K¦e.I '͏?laYl!ͧe/l^yv!Pp8̺u&R)	rh'Y4i(rԩDK`\r%|,\v~EaʕI:fժU<C<S8p{>'7g6c΁dǔޱ_B!;<x~v؁''')%,]5kPYYBQ{9hll<%Xf
hn
T(%֙'Q?;̈Qq,4Mjkk2e
Pq_N[[#++`0x)
W4D1ޓ%;::0MANNθ7\..R?QYYyXV&^@ޓ(%N&sʮ]H$L>}rN۾zÆ
8K)ihh YkD̩IG@Jwt]0%' qHUeؤe;s)!-[ս#MccH'8QOWMsu
7B>R9b
U^4Gww7rXpԴm@^gD2jjYHsr{:w<yN4eu睏XLhFKs˔,2+u<x*c!f1/r
I2"߾u3kg[PP.NP.rY?Md9wޟ=&e*!wkw{gdd@ p2=|gxÍ/555QR0M>{C߿p#c
'R*q  
IDAT1**p_ٜ1B~8w]0u|
ۛM	̙9}gf秒tSc[7?H$|#;L"CG34^]_aJ^EESd~~Emcg,gO#1n<	4U);q,b/U29V
,G=7 4>t!b h^@`WS62H[23cC|N*TDb |u0FqҤaE߉"%$17-#seLUDg)9m#:T;smjtS	3f`O;׍a~7p_`kQR!
dL󾮅;mLB-ίC'8v=b&MC$&~58ĀI&iӵs\hU0^
ay<92u}lc@丈8o*\
.0M.L['9vzf~7鴉bYn4![KȺt*Y:`IY&UQ2=yu#=}8C>[%@6a]fv3ebN+>p8HR!yqC·GR|xD2bJLa~>VYQ!uh"y,$J@壇ZG
:eQ:f{nN1>rn ($    IENDB`       cREVGeneral    revUniqueID  
1200914743905  L Habit 1 aon mouseUp
  global gQuizOnly
  set the textColor of field "habit1label" to black
  hide graphic "hilite1"
  put true into gQuizOnly
  go cd 17 of stack "intro quiz" in the window of stack (the short name of this stack)
end mouseUp

on mouseEnter
  set the textColor of field "habit1label" to white
  show graphic "hilite1"
end mouseEnter

on mouseLeave
  set the textColor of field "habit1label" to black
  hide graphic "hilite1"
end mouseLeave
        X h f   cTag  review.habit1.button  Habit 1           cREVGeneral    scriptChecksum  ¾<潟iNrevUniqueID  
1134576504031
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 234 to 445script <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">global</font> gQuizOnly</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit1label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite1&quot;</p>
<p>  <font color="#0000FF">put</font> true into gQuizOnly</p>
<p>  <font color="#0000FF">go</font> cd 17 of stack &quot;intro quiz&quot; in the window of stack (<font color="#000000">the</font> <font color="#FF0000">short</font> <font color="#FF0000">name</font> of this stack<font color="#000000">)</font></p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of field &quot;habit1label&quot; to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite1&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit1label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite1&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>	       N Habit 2 `aon mouseUp
  lock messages
  set the textColor of field "habit2label" to black
  hide graphic "hilite2"
  propertySet"habitReview","true"
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective2" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages
end mouseUp

on mouseEnter
  set the textColor of field "habit2label" to white
  show graphic "hilite2"
end mouseEnter

on mouseLeave
  set the textColor of field "habit2label" to black
  hide graphic "hilite2"
end mouseLeave
        ~ \   cTag  review.habit2.button  Habit 2           cREVGeneral    	scriptChecksum  
<WPYbreakPoints   handlerList  mouseUp
mouseEnter
mouseLeavescriptSelection  char 450 to 661revUniqueID  
1134576815615
bookmarks   tempScript   prevHandler  mouseUpscript <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">lock</font><font color="#FF0000"> </font>messages</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit2label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite2&quot;</p>
<p>  propertySet<font color="#000000">&quot;habitReview&quot;,&quot;true</font>&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send</font><font color="#68228B"> </font>&quot;startAnimation&quot;<font color="#68228B"> </font>to<font color="#68228B"> </font><font color="#0000FF">group</font><font color="#68228B"> </font>&quot;effective2&quot;<font color="#68228B"> </font>of<font color="#68228B"> </font>card<font color="#68228B"> </font>1<font color="#68228B"> </font>of<font color="#68228B"> </font>stack<font color="#68228B"> </font>&quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p>  <font color="#0000FF">unlock </font>screen</p>
<p>  <font color="#0000FF">unlock</font> messages</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of field &quot;habit2label&quot; to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite2&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit2label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite2&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>	       P Habit 3 `aon mouseUp
  set the textColor of field "habit3label" to black
  hide graphic "hilite3"
  propertySet "habitReview","true"
  lock messages
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective3" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages
end mouseUp

on mouseEnter
  set the textColor of field "habit3label" to white
  show graphic "hilite3"
end mouseEnter

on mouseLeave
  set the textColor of field "habit3label" to black
  hide graphic "hilite3"
end mouseLeave
         X \   cTag  review.habit3.button  Habit 3           cREVGeneral    	scriptChecksum  lH/1fbreakPoints   handlerList  mouseUp
mouseEnter
mouseLeavescriptSelection  char 451 to 662revUniqueID  
1134576824518
bookmarks   tempScript   prevHandler  mouseUpscript <p><font color="#980517">on</font> mouseUp</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit3label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite3&quot;</p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;true</font>&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock </font>messages</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send </font>&quot;startAnimation&quot; to <font color="#0000FF">group </font>&quot;effective3&quot; of card 1 of stack &quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p>  <font color="#0000FF">unlock </font>screen</p>
<p>  <font color="#0000FF">unlock </font>messages</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of field &quot;habit3label&quot; to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite3&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit3label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite3&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>	       R Habit 4 `aon mouseUp
  propertySet "habitReview","true" 
  set the textColor of field "habit4label" to black
  hide graphic "hilite4"
  lock messages
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective4" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages  
end mouseUp

on mouseEnter
  set the textColor of field "habit4label" to white
  show graphic "hilite4"
end mouseEnter

on mouseLeave
  set the textColor of field "habit4label" to black
  hide graphic "hilite4"
end mouseLeave
      2 Z X   cTag  review.habit4.button  Habit 4           cREVGeneral    scriptChecksum  %^̕W`.revUniqueID  
1134576834017
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 454 to 665script <p><font color="#980517">on</font> mouseUp</p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;true</font>&quot; </p>
<p><font color="#000000">  </font><font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit4label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite4&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock</font><font color="#FF0000"> </font>messages</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send </font>&quot;startAnimation&quot; to <font color="#0000FF">group </font>&quot;effective4&quot; of card 1 of stack &quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p><font color="#0000FF">  unlock</font> screen</p>
<p><font color="#0000FF">  unlock </font>messages  </p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of field &quot;habit4label&quot; to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite4&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit4label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite4&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>	       T Habit 5 `aon mouseUp
  propertySet "habitReview","true" 
  set the textColor of field "habit5label" to black
  hide graphic "hilite5"
  lock messages
  lock screen
  show image "habbitsBackground" of card "cdbg101" of stack "Lesson"
  go to card 1 of stack "Lesson" in the window of stack (the short name of this stack)
  send "startAnimation" to group "effective5" of card 1 of stack "Lesson" in 100 milliseconds
  unlock screen
  unlock messages
end mouseUp

on mouseEnter
  set the textColor of field "habit5label" to white
  show graphic "hilite5"
end mouseEnter

on mouseLeave
  set the textColor of field "habit5label" to black
  hide graphic "hilite5"
end mouseLeave
       v d ^   cTag  review.habit5.button  Habit 5           cREVGeneral    scriptChecksum  Ps{-IrevUniqueID  
1134576843508
bookmarks   handlerList  mouseUp
mouseEnter
mouseLeavetempScript   prevHandler  mouseUpscriptSelection  char 126 to 125script <p><font color="#980517">on</font> mouseUp</p>
<p>  propertySet &quot;habitReview&quot;,<font color="#000000">&quot;true</font>&quot; </p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit5label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite5&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">lock</font><font color="#FF0000"> </font>messages</p>
<p>  <font color="#0000FF">lock </font><font color="#FF0000">screen</font></p>
<p><font color="#FF0000">  </font><font color="#0000FF">show </font>image &quot;habbitsBackground&quot; of card &quot;cdbg101&quot; of stack &quot;Lesson&quot;</p>
<p><font color="#000000">  </font><font color="#0000FF">go </font>to card 1 of stack &quot;Lesson&quot; in the window of stack (<font color="#000000">the </font><font color="#FF0000">short name </font>of this stack<font color="#000000">)</font></p>
<p><font color="#000000">  </font><font color="#0000FF">send </font>&quot;startAnimation&quot; to <font color="#0000FF">group </font>&quot;effective5&quot; of card 1 of stack &quot;Lesson&quot; in 100 <font color="#F88017">milliseconds</font></p>
<p><font color="#0000FF">  unlock </font>screen</p>
<p><font color="#0000FF">  unlock </font>messages</p>
<p><font color="#980517">end</font> mouseUp</p>
<p></p>
<p><font color="#980517">on</font> mouseEnter</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor</font> of field &quot;habit5label&quot; to white</p>
<p>  <font color="#0000FF">show </font>graphic &quot;hilite5&quot;</p>
<p><font color="#980517">end</font> mouseEnter</p>
<p></p>
<p><font color="#980517">on</font> mouseLeave</p>
<p>  <font color="#0000FF">set </font>the <font color="#FF0000">textColor </font>of field &quot;habit5label&quot; to black</p>
<p>  <font color="#0000FF">hide </font>graphic &quot;hilite5&quot;</p>
<p><font color="#980517">end</font> mouseLeave</p>	      %` hilite1   CA       ^ \ b          cREVGeneral    revUniqueID  
1200915458407 %a hilite2   CA     
  x b          cREVGeneral    revUniqueID  
1200915605746 %b hilite3   CA        N Z          cREVGeneral    revUniqueID  
1200915813673 %c hilite4   CA     "2 V \          cREVGeneral    revUniqueID  
1200916065324 %d hilite5   CA      v l ^          cREVGeneral    revUniqueID  
1200916374832 %k animation image 	             B
PNG

   
IHDR        y}
q   gAMA  a    IDATxwTϙ>*EX"
Xn%&&HըMrcĞD!vEQIG²?fgaf~9ϜyyR z#B'f@P
T;ED*oXrȠA(**|


;,\`0!
X|w"""""rr _	4:sҤI~;>0p8uV9iҤ
.n`@v_DDDDDr0̉'=\RY|yW.]n!ҁ_ >i~0WZ2͛ͩSaJK.\n]G86}Q3++~ػҎL0{m[M  \ѽ]N,us_DDDDD 
liӦUUUMMMM`0{.]p*P9M|a?O:
<Ǆ	LbKK#V9٭=Υ@j_|asڴi7tseY

^8Lb5%""""G ab>S]
>{xX7]SOǼ2`j7KDDDDzӈ%|l޼9tHg5jkׯ7}㎋"%""""r* [oRԫKrxŊ7_N39gyI'>Kի9 K@vlٲ+̱c?9tsڵ)P([o_Nˁ7a̘1x0͟avú""""rd:_ƦmfZZZ|Sn->k֬xO
<EDDDdوU6O9ZYem?x|=9Ƨ~:wfs&>FX,R
MIۯx 2AK=jժmmy~ݝßW]uU`z-IJJJL`e7͘1#o?~|<ݝ۷ jWNߴ\aK+W/: E@Q&sύ=)"""")75?.ҔǮzskͪڤ}O=Ts\"n	)V^oez}5i駟\jM@ ̙n>9tof
v0KKKMb+澊af`~)/&+kş57nٞrM7dۻ$+p<0
KlM_ :iҤWK[xxL(ab4Nk6?_kVKy9ydx`<4yiNu6ͬ0ygg+""""fZZY__tY^Qm.|Hy9bO  l*t?gA9W*5zyyL#~$GT_uA/"GUuFlzLW_O<35Y"n!SϢ۷/7w$63(jG PM,	V ]0;Y,Ve(cX2cFpJ^\=UQYCl֖}BK/^xFՌ5 kkUEDDDr6w_~;5+_-|Y;YYY&DCz~GiiV3/cOے-)U~߬{rٲf47»VuO
7j=9\| wV8ri=knnt{ 2"""=͟onp	;7@ޅdv݄B[M:<*bws,ȴr|'wq\?'yv
lgZ[a]<ʲ bgpb]2$k>жwW-M8'}\mDMn>h8:mxgG <icHb e@)S0{석H`& Ct$$r0M^ஃ,zFӹt$q&m>\M~vS38q@~;o/F֩ė_~.ӆss( =#ѸĞ\N|aOyJ^}I,Xg熉\9.^+i38c3yhGˋxdNzA83+̢8gw?vVo/Z?8(<<lNܶm^N0qG(^( 74=٬FFEee ;@s8fۧrX-{;%?5w8W.0iV'Hv"X$Q_MGKwYvJNr//-h䷯7/0qd׌ft:6-`O̃1@$g0tЄh_s^/}];pp81MZU'wVۙ&B'i6Oٗk4Kdpɘ<?|"_f  Y eee]j<aFʕ++7#^ﳈ!ZO?=ig 85jvz+"bK/|d-B>NÕ[ɜ&S9H&|Ɨ227{e, ^\|@؄i{9đ,\}w(
@DD83v
{6ի7|3Ħ`@lԾ:X
|InBvӭg6Gspx;Aj1wo	{3ߏnvnpY;?<Mya rs;iӕW^j'w(") SO=5iHCD3g2x`]hBxW}p;,"?}3NKy#͝@snCvp ћ?(eXoq_<Ǘ!:et<0tKgP """=(n5rȤ{D͎/[|L;i/0_nn=}v|V/rJ7qw+Mf?i4B+Ǹc=|4nWω> YYR>}z%?"=)Fݛ줝~H0jؓjc=~~c!({ro8}~֏Q})˒VLڤrp4ͺ</lVÙ9yXþ 7.pG("9F)G?"hҔ+4e9v5b5r%`FFby'^fďsirg)
î"cګLEb spv޸_6bɑ<%ش}1l0z$g"=	hhLD;h,3ٺ-p_d޼yyjupΉ	<tS1vkrÙE9=ǝN0
4uki.֏f5|7$bҏDh>;vlp8B'8묶M9j) `PA>}vW)/'p8¦	'cƌaܹ̞=/8T/KP~]!uy#ɘ2{_@*Ik^|Q0;4v6矐w+Hy;`$G"G N;C "P """=A^Ai3%NòZ-avSL^`̘1	o:'__zVǐqXғ/l쫡k6mkC&`ZP6 sOү
$e9Եd "H3@tDz
 "" EEMp_vf:s|ڶ\ir72wܶO7W><gi?ˉ&o_wx f0,5mS֚ vLyv^l[:
GNp$TԲA
h("HOжnOڙj*T\}Cs Ž(&5emTVr]?gikw0\^#sqe=D7t!M FDs<VBm	^;,%/ÚE,QpEk%F@|#rP)  ji]=uῸՄ#ӷw!P8~mb|7N[ba>ltD_ .?"U֭i,f1p[h	Fl%4R{ci0~p:#FlGB)A, ۷mPP """=A[p8b`uAUtX '+azf4gݛ,OW5ҧ<57j|vgwnZlԩ9L?qűSq+
 Fr8A$%8X+AHJ
@DD'TVVlpt>
me{EKx֛vWUE.NLbB4cF@> NKr;ꃄ#Mpi _}_ҁm6W_}u p`5-mGH
XDDP,eÁ&/`@iqҴ-4ؼys۶)1G
xQZQ|Am\OavX8<N9iVJrmذ[-l,iEXGaJ`K_38gڦeeyl4GLO൅|$k)28R* IA6lH}]ᡶqTFqa>KobŊ/i%YÀ%ҼZ`dN<t7y@BMkYo J}Kl
.\S!V)KNC)~j@HH DDDzȚ7o^iX"X555wYS,w8CJ˷ӯN}lppG<\v`ؤ%%`
FGQ*lfkì޶iKh
Fb`7֎}9ÂjGEckXj	855M n ;$;7pA^2eJBpΦy<m5);YM DDDz\j*Ih`13U({ 3\|r
qsP7#K]	]GׂHՄXU`6?+X5kFW;8cӇ9}޹nu%>g'<MwXr[h;;qүK	K|7 i7pCeBt6n!).Fdgv,_7SOJ݁f^v'o7ʲ n1o4z 9sI8gTi`Ėܞ㴶  u0y6\'.αq\`&+boaowQxm;|Dz ""S'L]dgePД ˖-jI<)jiVa3B[[u-?nf53ǧ1UAŝ4͑<㨺1Dinb35>h%.' t_(K߿
[|W?,yEH,7}`ѢE|').fK-bN8<V\^n61þrn;jNfNf~l~sĖ8%i`kE/2|}b6*vr|p_j 􎖖C ")?ؒwyg6EI?_]IW6C,w ~3WV~~S^KUcr}bXR8H\KPRO̦;>B;`РA6G"=#vڍj9) _FB?><LFٙ%&P/k8qipۧJY<xm!?{U[˚d!zѕEBy2Xcw>Vؙ82
 v?zed7O?^_k7`tYܹ~PS$!vMo~3c9&aIa>Ѩɮ / '
t'=R&{W_ggs٬6F^_Lq+곲WO	ܥ]jn1{t>khzwnsVP9+%%%<s|Mxnt0+* HOo&.2R8). ?7Ϻkp9}6wcLӾyx'k0'n+ax'u'޹-cgMt,6,`2k/%YҊqp~'#FXk-X]?.;8w}t
MÞnYY( IAD_6\?
{PsHYq*rg:֊/7LNa3\Y~@ϖCo#%WN757|r̙Í7HAAb W%]{^&q|2K/	5@Vk9 [nm|;,ғ) ,Y	&y攍W~]Mz;1tbL
2wօq&JMS>yvǲ̷{'bw7)m%#fHư?ng<Cl߾srw8w% dXk{9n#6s`zNNoxwom{UlF@DR8n󈈈	k 77~ɓ''4袋x7xb#E    IDAT.|È?h;uAw@y'I?ʫya~qA_
)KK蛟<|ޮcS7'pBv NW5l\--y|r^~e̙ҥKۊz?N8RV%q|_n#++k4a톭Cmi(-NX>R:LP( DDDz!K+y4M
eXR+D^&DMxq~#UÕ:]w^Fߜ7&*q@qY!Dx;}:}0W׳)C|<R=	6
vΓN8V$esY9}{r~P(ʕ+Yd	7ofӦMzD"rrrax≌3Ç{645"a[QA.ST;<{=UFaDd
@DDh0rss;8;v,9iVaPBv3_۾l*X)xW{NrQNcԄ/5Sb3=5AGӻ60?Qˆ gpϥܺRai
>bg,ى+UTRY]a@NV&98bÖx[	}AAA|у+zE@
@DDhAlׯxhiiaҨ4Fp1đ4
+1)4ۧř:竩ğǥ^"xM]a
JnS^bm`$6g)jB4jb%?w!}Ƚv29ǥqϥo,K(.x>=C0k7n#ݝnif% 6
5Ȗ?dmIۏ?*X[nm_n7"=ꀈѢ  0zOf6{{U!s}rm<.Fu	?kbqec؜Χ7Sw;b7d
Cs2Y׶YV\2&7r߬]L.gh{IYYS|ǤfN9YfgtZY@3M:NٝL+If:\wٲe~%)ci,9ڼ ~
9ilw\ˎ cy]M l>A6?;kCLs`Z
t{gYq,-0(E.jpո,>w ^[Ȓ>Nfnyx'SdgqwX dGE5oaGE
>öJCS37a&/M-I3=fퟮ>t%""GfuDLɘ7.ʽQ~yf{eyiS!IJ|Z0zqMΝeu]L+;L-6y|[*qSOjhlfgu-r:d.5uA
r)  j۸`09׻ԁYg*yH# ""r4;O"
1fTvsl]3+xEL~8ɖ =Zci	?mҎG?v:htV<.a9V4iӞ=Rrng\|D&vS2:>Žp::* յ۸QV^Em}cu
Ml^uٺ`0DߒNʪڔ@zz EşݧΊe"""G۬XB&`E%iwPbc6ZB&ivx&Nx&`cesNK=#`i;ZD
jCaF^oĠ>dlI=J{౳h>+iܽ_*?=yCS35璗aĒr2ɤʚN
AjZ-9vV0M(@@0D8I8oIN54Q.45uyo雈Ѭt ;vG<V.k{0OVs|?Fte^n/zM`JC`'B-D
;6o1ʀAMB=J#u~6(Js?̯UgƂX?#쨨fW]Ņd˝jbSD}C3Hd&DD"A0bX(,ȡ 7 | wVu?'[kĽ_PചڣXqZLFVDxcis[ 44x[
EbS6a7pX
,{!Y3H>[[4E,Ԅ[,:m7?bBEBMB#J#q<<%|czWu<bXNݿh&?dr\NydeEIa>M>> fWutINV6[Q v~_at>gΜr`ݾX$t9Z "bOD`׊bR茲ob(ۆn.L o͙nE96me(αqL}-gx &li=_6I/I$94?}"mI9b=cÖn#/',LgFA|>?>`(N2<{j^s-e;D:>~vf:+44=\79
iDDD&À~@pniU1v8,`7LZ[|l2{qIdIAn3囷T6P!o϶5ڶ#TޱP6f, 4v܏&5(TL
&9(Y;+r<{qbϟmB0UTԓ	s+BEAD4#DQL0VVekdGE^G\r:7k֬Æ"( ˩Sm~%v?03i11fhZ3Kӭy?O? g2l,{v/XŠKb@ UGXPfAE

QB&fPPcOI,%i*D40
Y刐k79O.M㞅#7ĚwlC0]Fm{[t] lgޖ& i_~90
 tOG,9	NI㴢)@aӠ2hPA*@^(X,k<>vrˎ*]p+wvGS&TDXPfAe5)XVaجvA$j6$-plsKJ;6i=QrlQ>(lk2iT.Cv'oQI}C~$+3G Ȯv5v9ϤoBr2R$<`H9&o򁏏/I#n5.d6l4M\	XaĦ:Y0 &62l&sm}; FE0+bk)#3llGu|qla
/^Yb+Ke:cvN+[)l%.Mǋ<c穧⢋.> ?@XV=.<y8v,{Y*@0ǮFZ2ElO?>wN(9 F>x}6Ӂp~ȢSna{s4)cR.p2ǝDKo~̿ߙoA 'U㲸,v^/1YϜ^t
g۸XZa%Xf-LBf͚jj৑t:p9ֶ<4	G"zQ| ->RM}yWO [D
@DDhc dZN,y>L
=EE.g#>tXvTbй7%lYyp}
S:ɫ1#ޞ/XZs82Oӱv!O)YˋMlx<O[B|{Cm߇͛7Pʚ;Ì`蠾߱cC! ,N<T}9) M<RDLx`Yr!R]`eɆ&35Iٰw|qp){	dgʎ]uSW,4C
w'db˽\ۉDcSޚưמEn}81x9kgy&'/EDt
@DDhD7ؓ˽Q{Aa8nN<v ߂JX;3زߝ{))bOQ@όBČVDؿH ?7e>+& ;ʭpy9dv!yX }-{qݟڭx~C9s0~x |`(ߟ ?7EO7n\<GӯDdAEDDzfYɶpl77D۪uL4?3g2h ^y?]L{`X0b!߻&Ս44zkh]M5Q[ĂBޚ;pA QԂngi}xj߮F}_dd_'nGǁq\,i!h2Wq`k}ɚ(p3vX ԼAXws+-04M.2~2 ""rY [ScXX+EQm;*w9.fϞbuǳfޝ~u
'.sӱ:<`~ bex[Ѩ	swKogXb=_o|H?ჰZc	^?~!ucOƼūUu^u>}䤁.uUmS5eڀX5[3m4 n]C3N*,~%8Wy衇xOW""] DDDF WAFZ<6W2jkyQ\\ܹsIKK̿ӧ<(K: i.Ya?htH]<C/A]Csk"(Klb-Ls<{kpÂ`Piߺzm,X&P^hg<;#JmÀsKgUY/vY[%lY%6xz]0馛Zy\}z ݥOI/2;ηٰa_~93M']BYj轭UwvVnv<@fffҋǎ˩ʜOm	`*iW]#;mvVsE`ۙ4ir\s
okuyD㈚&ջض@kN9s-WԇL_$?Rx~CAYjW_q(.ۯϠ䒛D"\wuM/HO DDDVsnjHURYSĉ+^rJjjj6mBHh&5dkyNرw}<Slذ:mhޒ<wYYXmFn3W۸*ǹћ!%Ly>VFuA֯_о 7}CaA.E{OOW='[ΰP>ayy9ƍcԨQ_h* Vmm}}TT'۶~g5j˖- qu&ʷm{>:e80P2S:rigqV_7wo9/nf_Ӈl\n%s_H:nA^6zaǃ00믿~࿈~%"H9 ""r4dZsw_KO83r~on|>?ߦil2V+inNE~߈Q%#ݥC0eM56s@zf̘oAqqq>|8uuu,\iRUgNjgYqk4y}\xLe7w0,ǫ̜UҲ ;jj0^^DߤuU?:Ν|!;qri'jҿJ k֬aԩm{'SiDDDv[[ al5wygBz>,酙,^H8
6g۾H$v$e{EmQHqʫjKxVڛ{zcYR&o*]ђ>iK%,7{%?wmxn'gܳ?ߊf$$T,H:a@NVCin3͡Ady:mWSSÌ3hllozx wOGS """ϕ5GM0!aSO=El-bW}l'ӺڌF	G:_4.ig+`ƌlӗ^{5Lرc6m~a۾|暶Ͼ67}`R߶W;-qyVs/LcU<9͔b7is322r.G<nЯOv[jjj8sٰaC|l"=[sN;6|>.\Gyo}[ ,Y H4jK"zeM-v-Ygy@ iӘ:u*o.dL8g}w],o~FԜb-i{4t\ǹYtƗft7YވMvѧÇoB2=tqg,ٙߛ@uu5s+Vo|8<揉ĴC\vwd !ĳУI)X^	ۼ-~f9N;/gIǊD"zV<x0>ǚ{ # }caT$<+qXNɚ\x7G˫XDCb%:}K(t$Tvt)bĐSDkضl¤IXre|J"t.r@KRt^Y1qDEXh#G`Xlvh'S~w5$mW0^z饶%uϟwQ?Ͻwzz%;""EŎ?⺮eW];kYZVTwl( J$L>?n2I&uy^y%sf<gsy7ڼZ{xC9wypq(eNr=-ؑ0lmzJ2܂,ޜ_ωwofƟI_xp
=>ǁn<&HO;YB:"pH4F̴m˶mMh膆蚆t-fNcǎM7}|T*Ҋʀ((#г8}L:t}mMo!*KڶL88Ze^Wg瞣=X1j(}ݤ%'NpTն.@Ɇ-X`IDxi&q>F||tG{:72kqV"_Dë.{iv. qNa~݊^\H"(W"w-ka9d~PaYӦMO>^FR( 
89WdZ&MIKKku|nn.SNK.RhXĶI,Ӳٲ2.@(oN
-ZmqYgqmXvmaÆõyK[=>qƭ@-O	):wipr_ %	wm72wu;ȷwADnc_[`cƌVsQۮ'EQ7{>e)<p_ڳ?Oeȑdff6g ѧOѵ [-mN9o0zۼVٶ͓O>ɓ7nv[ǏL0Ų-NUdz>9 Iѹa%2d    IDAT%iOI>LX?,AF./
NsmxlNa֭\||M7o.B+QEQ~װa}{ON}^CWְ`:K1'SBVxz6iژѸx/C4f
G	"CQ/]óo}i{ǤIZ 2MZH4yǍK/	Gx=nm%?\U"8d!"uL/u3q^'7.<4kNmU%;z:c=>8))X3fFz8(<( Ъ((+Ϯ>}涡i?w.6eoٰ٩J9"y9<4a1Nz3si:
ٴi.X,=7ߜ8@Sk)k؃㹋93`׋7kk/,a1+"ӯnhN8q3n8w.ʚ5kxy饗?~˻W mW+Q(򛕗qҕ;")h>^uݰDclؼ=,<tR6x}\f}&N{_ʕ+[=r1}t


xy穨H:0QCi[_84јIO!nnݷ9y=̬C&g~KKܾ #{yly ,l4FEӧ}G  Fr.]ʂXpa[٣8v+E DQEЫx3z:>8W}2;VK]7O9HRTsK)Yn^w+ֱ|B.tZ4~#qڑp]Pk7Q\ŷ=kr`7gMH2 	HiaT;wV,	l.㋏6MZ;ˀ8E{?<ZxxREQ~* QEQ~2?jK_Uс7le3zh?zu+@/Q88-OlQKu3p0;3A;cGu-_QPMӐR"@]rӽ}1qPrS˲mκ^x>]bۍئWB.7v8m#<"#{b\UҠ\x,Hxh/p o'j<glcEQ~6* QEQ~t]?p|xp$<KNf:zl|Qǘce,HtŻ ˶) ;՛Tl[k`p@7wΦ"$٫@]Ǖ.c1Zac"St3-s,$z:h`BhԒ\GىtWWWXmV`(ꂥ(&eyzQfQ[?I'tѵv]ISUSϾZt #'$Es~7|7aUAa\t#xzghDm>/sb
n7zZҌ|ܺH(i}
uf!dZgx!gp{wy T)NS,jRWF (o[0-)DVu!X1c6<>%\{
r3ף+U5
o¥uD39./ˋ0<tf3-؆/Yr{c7_Ĝ+X'8OLgRbh^72f\h~;j{U	#~!l"#x ?-ra"jc\Z
S *P݊ڂ(N&59!{+Fʽ+,|^*n䝱m{%\p+g܎e(^CaAN~ ܍vM]
z΀ĵK]Y	 4,t4isNimO򥟗fg^Ɲ+%8j{p:P*W݊ʀ((;qAM7C>/>i`ǜso&W̰sާSvQRGUm=z/>0m;]m>!&н!J蒗rDZmsa="k>yF(kKB<}M7J Cy蟗sΟc B >Vǖ whnEͨ(;K|>ss`7Y:,uaG"{ۂxr0ɛ㝯~gŵ`%yz%7|`9um/'+yƁc;cDJso枇"`UŪj6kklm0v;5 -6jڊ%}{%Aʷn_d?tYY:sM~Kqfs<S(nD (J ]:3<^?T\H62Ŋ8cV7֛g0u1}ϽϜ=3~{8͢UzE" + lIv%K+-"-j*ӏj5q}ǙpuJ-
 \qDr2APͿ&K=%vӲXk7l*XCMU53 3 f`FGXtRe7EQew5ƥ1g)5\Ym$%Xu5&S?C׸'NA<O<4ɺ|׬7iQF쑣`i*6V3L/t-p.\!m#Ķ%U ИqAB33Z-SҶڝ=M=okb6l&-[ɲkVZIE
Cra4̎|E.`^@Q]
@EQKgN辖w%v~ q+TSϮvgONu\]}ޛغ6ϧni5qvG<2ˣF%9Y<r5qtcÑ{=_.XONzF&H,
4-̺:d4|-]	˶/xgȕ>^GՇ(ʯ
@EQէ9ઑ4= @v4ƻB5<^Bd䝍&W|fcs|\?SЫ[!M|Rj`lo0nL"f%
s9۶+|ɹCܲ:tDc9RbgH~H֤*"07;i+) 7sS~󃌭!Nm9SjBCQ~T (쮶?6w|B4)6OgK"a-+߇"!a]Q:홮1^.Fw'ʺ&h	R;ؙ~]y׹k?J|~@b"X@s%I띌Q$'1p3d8~r/wfg̞9jh7}7"Q;ϼ\i"ܵ0$ER(; 70KT4MrݒBE҆(]G; lxkC'WlK!NMŐcTs[! 4&1sN- J`HB(̘Ԛ}-nb}Ó~*hWv$"̆+;'fƎDS-n<^Ճy,\Woz\b&=&CeMr39r9aoFߪxcZ
$t|ɹS6_`EQvY* QEQvG{0?:u
6Pը	"v?CH<lWmY.7ߏ!M,I|SgF)Iv
DҲ8[HF&v0J#`i<w.dBAVKhFvs`,XM
mUKws<xmd7K8pp k1-ӲmaK%mA
gW'sbHeDOCS(ʯ
@EQݑ 왓L.q뒮^h^74[-;"AHƶ,,e:;`$4
-@s7a,ϏKKz-7FZz͚6]W(L.K?~cY]5
 ;!Ne`v@Qn6<PQ]($ #;Z5
:9.B%$ ÑF$rK懖2HƪCz4i`540".o#\uF{F@+DZlQ+ѕgڲek71OI(=ࣰ Jҭo11]u1r`"Chy#0	8IE%(kS	@\Zq1:ۣZ<D(+,Xe%fMS
cG`Yuv$JEB:Fz 0$GQ>ڹ$AS;^;n|g/C\{-Nu| TWj>Υ{Mu6On,AS(8((+{Us{k^^t	l`[DcUN[v+6l3ۣօtB=e9ۤgu
1xt	9+Hi]aih.:hشq|)'lޜ-v>IKl?tWe!|OIQ<:S8C
Ċ,EQewe}]nNC,(DYHgTedvama)Z_I7$]=6g.,	a[!dim+թmAi8¼_J̺:twns49 oh4@0ꉏXyH~P쎲i['>=zOxN63^x:KKfiV34==Lʼ[sJQu 2 (Jn*E
KH[h=_̽Km6	.!$GEL@!!h;mE4u5,7X֩	VGl);yXVC'TZPblDxNgXr<wO	9zwK<# ~G4fŌw(Q*S##xno-Nz?Ȱ6#}={mWvT (>ּjNUbhM@Yfsi<w"y4a24dPE_En
51κFEDl#x`eΦ650m_/[$W|NqfV0SPg
b2u"/R_lC:M]N,
;v4ɦFUL{ƌ6L[oo0l#zˀz"EQ~1* QEQvGp,l^
@B2>o̞mm"_ofى&n
2]"E/4!i&{MsmL,,L-VW4V
ub-;mz'I>$Mchc41{FָfilfGVz!uyR<2Y$ㅗ椞ͷt9D4"` {|ٜrmr{gh_jΐBEQvQDQE;1>:u ,p˃YwR:npdv3|mͲJU -Hw7HHPAbcI%	LM[&!s^l`<Ycܲ\oSd4te*/jভ&_.X'_N~<+^H-aSD⚽<>ƶ xx,(@\HQ*(\?C:զ@ oy.^WǸ?/`wd>}Q^~e\2F556!Sx<x0CeXEUUvAE}[4Cܶûl8[ M @4fot
r\AдxPq\avƦFV]2\8	~k+yDO(jcky%]xύ pmgZbMu1(	Or!q09[Peנ2 (Ú$#Ѕ2
P߸vi",qŬ .C'fZ|,N6I&1i$***x駩fС[`0Hee%|/~)PJKR\uCK<:KRFވln3WbFcR"ܷ(	C	۲9'>-a>84z:N~y-pqwxD* 0ln1fm6Ksg_jb() fKh3P.ܚdGXq%f0%Uq%p
7p	'0pNm3w\2qDNʻK(J:Ε[̌1PXg
VuFT.p>l D`&qtjrV~K;<)%?]C|.9`n-)Wx&Ģ(
@EQݑոd2i !<ܠ	UNQ:n$vzjO)BAAcƌodڵm>&fI}!b9E[H鴫]`P0%]E:eA墍;xҩmn	6,%܅Vu
!NVny%\Qū뒷uqˤJ˦"$N`{d w:nSEQ_^@
pTiHrP![n4X">Gmb5{ztፏgJF%OkGee%+W䫯b,_p8Laa!ݺu|nVe&f3PǫA%SN\Ug	jLGsjDZJ^[gRճ	jZrID`GLÖN4=>#pQ.xm|6]ȲT^M]}M^[t_-YK0;Rde]
|p[2I!vI*c~]Rxam`
Pѿ(,U(쎊24i70< ͐iԚN-AOskb\0;m|9;|{<-gp۶S7_g)xtgᚆܰ"'g"6YO[x&R%,o"%,&L-╘
AAu)dPk+/?[@onioY`NږeJ!$8郁zEY-X(h
z(iFbܣI{쇛Mb'_'_. #@iL90v%oot%52tV"4.խqU4*b!Roò0%N]FM].y1]tNs@ʫNK"6<"sX1;}]<,^Q<(/N (,$XJ	AO&sޟ]'Jesɟ/J6e?t>2>^X9SD $/&14#U{@||4h$O^-
6M.SN}E'~'uBE٩ DQEٝhs6i[{"	س_/f=p3Ey9 {!4O`    IDAT'}?/=;.3W=9٤*3E
uPp`AmT棄X
[:ٍH\MG4E2&F#)rCpC>NʺTG/ाzpo.FQ
@EQݙl٘M0%Q*gga}H=j`"^}yQlٰ'7r]w{srq<|ٟ(baH'j+;-쌪]l2G"?ˢʘ2 g@wa+`2Ec.aqWaLB(?ߩGFQ
@EQݙx
&aӫb<"}	P$Yi]pWt$W4g/kvضʕ+{;v,es޽70oτc%	_ۼ
+6,SBU,9X~&sf&,-j8wu=FX *L3: 62}e9	>]e
%s9"W c^(?;5	]QEٝz)pm̆gWn3kd{]y쪋X~3}wy?]0` 
f=#

.\ȷ~	ܳ;2:Uƥ[bZ"%]UWZ
TsB[ˣ4ڋ_TY
4b6aTAkI	`p-/s\Z|ZZczfNj	>N暯}b`0+Q嗠*(:NghɵyO2z\S8jhOxb6maro+tG> Yi~r33{P?~C9/{I6WUe7~)=]H	KV۪:oO^b=>C`ht:lkT$ݐY,3R*,Z]ou,nc=x|f]q@7WD$Qe2 (o?t`њv6>S>=3-.I[M?jSz|:J)vbEkb1E4i~ RlzgT{HpΌZwݸ57`>$?<ڴn4* Q]QEQ~4A?
qslƕ>_,oScke%]r=^x5_\L<**Cu5x=NQA 9p5lOa'Xx=ݰwG?ƙVߑ`J:\ 
7$1;q^EQ~!* QEQvw{\:3} ]Dx\ef3}%Tȹ1Xe>g_eysqm!߳v ޽cRl&l!XRiUFA,EmHowځqx.SL8fNRZ(.Kϩ(NnpHv;#jd8?:'?߼x7/%t/7<:z	f`gMe\س;|"^~wa]1t)YVdA\bj8NOĳ  NWʀ8ESV m(`xN[QQEQvW7
	>.@sN DtM1~/utO1&YT1zFvF:i|7ʚzlɷY	W߈Am[F`^9:aCAG0i~pAʂMPAgPaљҔRg=880"#<: h}N}ɲN\(?3((o듡!4
=-5W[9JNV:q q 1EX{[E+Y3+;Iׂvd
w|;=5X|_k7^ˀlg(H(!aS[o{y I=IGyH_
8[RiʂL}k}) 7cCcW +ۿEQ~)* QEQvG?Km@KNpgCH4f2|p%{3Ow~#ƷLEc&K+kQS[$PIle<*n梿Iΰ=+Т	X\8Tk;Yj>H\Vx8NL\Xӱl9
Ư> af:(KQ(y^1q΂_.2freaG4pR-],.+es3=#c`Ơ}3l@V;crN[6rvG
)Bh~-:m/ @YH`a1y-lX	=`EQ~1* QEQv7 e/>pYS4ML p$ [:5 y53uݻ:iYE5;l.ہOw>w]Ca~//Ǵ,,ЯGWJEYL]00)^Ŕ??iز(ƾ!'] ~,zNGL55ͅ۾vteeA)A,
~ajX1,8G}FQ_((?pـ,:s40cXM0;lIAqfc)1K0y%k8[g>bƪ(~QU<'z:&+f|Wgu%e?A$<+֦):JM-$jCǹ}[Pb4f`k +<	>&*KQmxEQQ@]&,f5H$~Gm"6`1x87R՜kkDw0g
ts^n|9}}
Gq@wo-<$f\D hǧj	ċT "-jA7I{mJ;qJ]uC2!0Ym2l6/TQ_ʀ((5Jyp9Sã;nioIYkPGJ[w+q=ϐY=W97-"M_o-d$~]%<>] E|x=
u6Q~NQtS=pFmw
(8((
vSAs;貱zK$\]unvFTG+%'3mXi`Z>/c΂ևQrlo{zxhS4ag<$^]-6aلՙYmiB nA=$}$]oxM.Qxx(ʯ
@EQ_^83"qL/'6G9(B`C[X]
>ҹ6Ŀ{Ȩ!}E1-Y˘=o)_.X0([gD
50$ŀo-l -JP5'숶H%Vs)]I ?x|`Y7i[ޝO(ʯ
@EQ_ec#<F%|U1qpzl@>bN mK8	>N Ȕ?ל=fDΑWb0$өi[6WtZ	g{ ɐtF#|9.Q-EmAIĂ<- 
-E}P_
=^{3lX4z4~Eqfl(H (ʯBM\~	`)
J<o\ndBĞƎPiMRg6
s;b~wrB}ոΐ=|4S`iT|wl8>k|Nl9|DES"-δ#UĔυ%ͷk:&^OɊ<܂
(<KQE|	\ؽ(O͙6=ᬆcE5mê1E|О-JG:<>ǿz9s;L5AB:Qѩ "jI@5DTevˎ%.)8;RevL4ئu {apgti=8Z^KgWQ
@EQ_Gs_c۳jx34,\nd4TдIHԈҙAKPXYR}P<DRwZo'}.M4윎,Îׄ$hɨ|'1+EpeV1X$ЭKu4E/31yCz?DIEQ~qj(k5t]qYCBhzVoFAn&[+虮/y]XₘtDQM%㔊sw'>w۲DӈoCĂ'ɳ?-dNczE$hJp~"ɷ'WUwC,[PP
.HߩWg2 (ʮn Nǣs{3N9!Ѩ/~H^Vz< XِfG5oQټ-K"bܝ"kR
>waIPМ =9ԫ-6Dmاy"?6 iQnIm+uĶW-;GWut-_-Qc@%rT (ʎCO<t,_ͼx3s6HzA}e ~».ch9<xMqTZnGkm	,.!;ߝeQejv:`EDc[M΀7WZ?f֝><nN(?[WtReEQeW$K <vOM4%m;&yUkh0ksD:vz8j+e[o' Ibt  vdyQ !%[eiŜRc{@Gf?)^pm֏ٸm#FKȨR>^{es{0
vE DQEո
<r!䭏sf;Є`hgNFbцm8٢eĴEkߚkJ[ >=F"H]|ޖGn[uśbjgXFNH4U3EQ7zVYO܄h|
BeEQeW
o"f?{?z Y#νr+UuHn>~VFe9iA	omBÎ%?טNͅ؉q{! Ne֤V۹4-ͯPwkVKbt"[hkc\b?9@R*VT7zUɟC(=7u]~>e!;(sP]EQ]E_oI?n!edhz:vޜy$8>/e'铙PN>F-gESF"-D51tLæ	Z^
UX3 f[r]+[pWl	ğvȀ
-w!큦1-\uO\XWz]x4^h0PӆGQT (
B*>Iq*j	#'\ٸkt[߄-?]35z,uɎXQERϩ2^i8nM" 0
˫,"R鴕*%ieKxdi/JM)	ꬶ7Ex4aw,M?E2gy74bcԎmw)aCaNdP'jdt
ҥ5_>U V+Q[EQ_B0Ⱦ3v9L&;#=eQ%N8LC޸H7:[	LO́@-'w'/6gzcܷ( ƯW8OU%kl)qW'oɪt2!ٙi|vKdCR4iZ8xF,T (R0q3uu4BLbS>Жy۶'nh+-U1˯Knp@ 6! ُQ"H;-&OR~NB"OIf'@Ll	٭ؖ2' ^jxyks{c
My-eh zP(((
[ĔIEl\AEf#c/g󖴺ȯ%͡v~ _{6DjMS7Y&[M@w2 1	نM@sq}KQ3u6/uEOQYX
L9ݼAmε鱽e RlV66=zex偫ɐ5m_(?'((?7g[݇1nT[d
Lso/kb2ZmoGVXEBXK.[
q>&YQ/AYg'
>
Vg&42;Tҧ[LSH&
n]R]at+}ݺky"EQ~6* QEQ~Nn9Aѵ 	W԰ݚ슪Z6'qD,i~;VvYUw$զ6,MH8warU~ϽwlzWC@	"4E)`CAņPEA^G B)f{>sqgvwl	A<mޙI||lyr@4x5/b]yE	$f{:æ%&ܞ+bLR|nǤ*@HODS\t\} l|9hc3;t9vW  u-
bQDP(
{Ϟ
dv:9wRr\"xm4avM<w)9:HEst(JLѕ
]d.X3˒e/
N_Tr`ε{'x~TM 2_=r}ێ1"D7Fy5	A+lqGC\7GW(%@
B+(2\t^x,+!@0<yu/-0z䟝ePd>SLLJJʲɧֻq2DO6X$VG{az"I:/\*8
稁Ѱ" <1`l$@-n~id B~/3}of?B1(P(Ѧx8옃ۿKC?6)N"

lp{a-	p0Z PGr B¦1N6|Qɬ1T#DMt	'rW:Lre8M1LJ(iZ1"Jm&n	2ԝRӱO8 asz\k/
d7Q( 
BMꁗ}N>zuwcg zf)>}L{_oa95%;#x#eH8L$äo3iqB Z>+9k2<="KL}Ɠ֞XJhd$5qe-z+m+EZk	36ETdܣ"^v7	HM>/?B񉠜
B1Z4 >pфƎ3>l>p?iq2J    IDATgl`ZZJ8ql
DPڀ$t=-Fa 2{qŻm34l7j@<xq䠇c]"T+Θݼ/l1+̓vmVSN ضEn#h)Q_>vtSm|b+vNb/. ߀
bPBP tJlNquI`6@`,` I4[Tq==4H'W-#wwZ
-$SN9L?zL}OwD&]|Ù M&EV9?(!z35 E%`ysHemV+PtMaI!o
ŨBP(F!8\>4/ʫ< Lg`UBmB&ޔ(ȶf$)}}zI(KR"+[z&"lIv>3k_ҦG=#,q@GTXX/wڄ<EHqMɳ3? LJp:S{GbM
l{Ϙ
W-2T*BKQDP(RbNN${67̽yS6鋀*2'Hl4@"$qgr`]VG8 =Q&X!Z~;ͤ "!Ex8dZOV	$P<<rps#n3}<1~Ba?~ܯbi=pƐV(BP(FJ!WKVAF/@8nWPUQaL[A _8so-er ]$B &K
VkPr$Kl59.0$\zo"27b nͤʑ,	?"hLn>``iP}%-6'Ҷ5F_a
P(F	BP4WH)=sz\HZ;zG%*˽<{ Dz'L\~LY[j)u$[jk'Vsd~8UXsH8qh0Ε~.YL
kя"fBXz
@o#a9<`hYL+X2o.?xc{pBJ(
b$
!q9e? yv;.%u˾4H!n~
R.5 ɡn'J~{-G5CcP'uDIn#
q?Җ|G7Fy)	7H%o R/@ bͫ0Z?NZfpmϢT f	((P(b)eg~FTc&aaP[?"RQZXBE@(HnCȾ	 MR.%E60]aK\4/j/9	djHIΨFoJ=&`>=KX
G%Wju6U9'Jp
3k +17/tIez=@~*HW(F%@
B1R8g׾p >A5+L~y9`mE(k:sG^ b8@P\z<@_uXG<) .SYgrB)ؑvW FsI舤O]?	.XxJa,@ڬ+7[1s61{mׅ[ͬ>pc:1uTP 
B)ΗR֟ʑa|cj+<@ B4>OPӋrN}S:L[&&Rr'X)Se!Ny:RO('A3얩b\Τԯa
ci$AqHM*I)RlS4;ʳtJIt􋥲⢾iܒC)n[ 3<'*Wx=`B1
"
%@
"&c&[" w^tjBNww炷:̒ۍ|1xIj4	Fh)_!*HOx
.@
=Zሯdޤ.WNzQh>_]EF֮^A{,Ǻ$֠䒗-EQ3	ƌ^  	ѧ/фF/H/N`XA6f>VG7sO:	\2A
E. Q(8Lp:쩙
@oמnb	/<)Db+e^J=}ۺwo >u$nA7aV[$)#rxj5?ĕm;!ЋFԄqi0iM
I	o?<%P;I2/jy~J-^ރ?-o	wz头n	<HP%@
bpʀ'wMM}I<~I' /@kGO]2Q\䢺2yK0_P^e9g"uX!
qWapXLLհlB͖u;1@"Le,Ƃ8ҸH`KH'JdZ	SBs$y&Ң7C24յ^
`ezWh̠kx| 5ɨV;`Uqy'
)e%TPdD	B@s!%~ecO胇x&_h'qy'
EN]myҲw>OҲHD@NXٞ,@z"W2"j}Ěp[.{4
1 )5+IaQ=͵{;q(v;RMGfȺƐN4$AHH%%E?4`L,<)YBn
۝
 {5f F&ݎ^77mk.:")0f؃*4 Q(u 7}A7>}y_$^^9jg{0x
Yя!fix&gwT&×Ŕ]m vͪ
Vrj!uB&r,*O3rc+)7V3%&ŶQ1S6SVK+Z
.yɪpy[	5yF? mPU@{"IW9DEF5|bZAzYq}!t/Ƞ
"	%@
"7'\uމ`ϙڋ/o$K54tPc*S+Ux7~0U9乭1"F	"K9nkjHXɧ=qI`B`+.F/aCh)
zƧ9%y;ə˺PV=
.x*>,n"Iש
pU
`Q73(Fضe},
/=kQT`U(QDP(rs\N|naXg
TV1LΛ{}Qkq@(̷ͫsw\`cJz
yH1:38''
l&QrRlĉ yh+*>a6rK[wM	==07aR5n{Hr3E1* [fۿL3/D}v[fXjk|wZؤN|oȠ
%@
";%'̙ZЎ6]qG9xYܬ?0{3g{8vtMP\ڎ5E7A5-ϕ~0y.8PTlݡv%@V%-&ɮh&-iA")RA@!&苬n@/*B/.VZ&fO"<+m:eU:LOwDrv8c*`&ʫ-.J^iV@``HJYGoح-k1 9aʗMME%~DU( 
Bzc39u&O^^֗#Yh_U;{YlxO/?*Λak) (2QV⡼ԛ|&~}Q}Z:~< o0fJ6;Jğ]&"%.lɳL
Rfo-JK\.P3A:tt!3h^
F8^R4g02(Oঃt.OG//@t-Z$m91Ӌ^6>iiN7FhPB 
B l̚җ4B+gs+fwKϠlЃl:c*S[SFMu];Dӫ=Vd#_jn
=&mQ3"w>r]BJ%D#q)Xb@m	Cs:':Zb ǃ4=V׫V¦%v;=gj30JPSH ~ڌ X# U 53Ӣ B\TȠ
B	B9S RJVoti
6=V,÷Y-\{8셛{L_.DL&⏼&Ͽ^}rDmb/4I?{
~
J\@N+RY	<@@zѽ^k;)1QhA$!%R$P4GKPrSj6p[CS
r()Ґ T@qy	3]Դ0e6 Gzu^+;!#6B? 
BpH46h7<\"3
Cc7XtCJ?ͦ3y|-6[z)%Xr7'	E[\oLt_Xn=-HDZ5fHRDKKќBXV"ϴ%>0q,!6Ppdѓ~VvxJaf0[UU DTdLN߰DW(H{BaH/B@	B >x k75rSY,NiBvΌI}U'\ 8X<X砽f`&<{I)e[S&g1oP9r6&Tɓ	m`H }"_7J-%2p.l%Ws>>|#"1(:>gSf$Z9- oe 1àw 2ԍѶaEAK\vg|U(QDP|)>?+~7e0xU\uމsX ;㚟ޕqo/¹
<<Yt޼y/}Odס#`ܮdp_|CL8g~N$oM+%f .4-9*9%.
vR{
'fJTbڣӊL:f{KOhH`̴ LyD?jm`$GI{ ȈjJں+=!_2T(B(<WP(v-L?}x~U<=Dtt^\ؤHxe|q瓎ܟ+% #wvhLfrWG6ڑ
AC]`5eG[pľh`Ū
ڰoqCL(;&c#.CH#D/K@ӒRdt-UQ8f$vȞB`H*anz')fեKAiڍ??k A/@iqZC4\}hjL_kߪRX{.~=2*c)^L蓀C:S5p9s7(4B`'aƏ 8vN8bߤ6]g1ͦ)}	|?3BGmnƏ5M	?`Mx*/#eƤ; ߣPDGNfPiWSDF9m"\s&t f${Fqd1K\4ȭ+#݊zdJTV;?@$ff'Q^:r'%ýhŵhINxZJi ^*PB;/E&cZ&4v&H)ywdŪ
 c,V_GWGE\\pާJaD!L,)rv.->]ӐUt":}Df;[;y^k:5TR'j\1/]z$X@hÙ܎WBD0|>7<~\N/'N`p4SJwA;WUbO"zCChSS)u?ؠ
DPs0s4֤3̉GˢC."~@"C =<o;͌!?TcE1GOA\rBtM#ӋsuGxɱ2e56M=H%4$Ұ3|ɱ_D#ς@Lr1-˯?pc>VuW9X=DE{Պ7W
VήB`1{+'拧kBpABJ(ݙgN;Ǝ`BLS`]=)pWcO/*xXih{3~RK0MIs[7=*K3K*J֌Wd8`8<tmʫ]w-)-2!2ܥ?6༗4ꖨJ Aəaj&B$Č(/-Y,^B\ BwDlJ	 ߘIck"%
J(ݙ@Sk'~3'qϿO;ݦ~-|=:R+n .B\Т0R<
۴^sHD`l֊OT| 86t]hRx/OP]`auMި5O 2 H2Ab^Q_`cIO8op9PV;q5
rdUWQ]1ܸD5Kl5Qav@/Mw拧&'HtB]V]Q*O)ϛe{S;	c톯ĕ瞀a nBl~5qg}~+]HRjvΟKc}Ne_=DtM0MZض"ayH)=OmqS!hH~h$)IlY\Bt8jf i_
=ݟkVTosZZ0`x/G4KKS[3"y]} ",^X7hYV)8=/A Q(+$`(ĉ{5
 m-tX
?.YLqlj3q_-͍-]ӰF
MJol^9y,`M6om7@yiջaJNf
njL6|$p-ք	:hr]\,
cݸnd$2q|QZ4JI<MMZ>291w-c93(-A4X\_x3M
1H	'!!-=
vٟM<UƄ
PDP)g J	1Lh@Uy	߿O_?R;pMRBሸ'wR    IDAT41c41M5<5~w^|:6]0L;il fzڽXw])jog.:"Vd4[wP(irf;x
3!ݍ4򿓿kƨ-j~ ;MJ`<(B(G:ƭ۲6(hÏ-" 3Z?9h[V9Xԏ
 J(ݕ ɦ	G<-T猉I0ӟRuNf~&ր󁏀Gdہ~_,sBpiGGMS2`pC盧b9pͥp FؼBE!3|ͅ^5
KumD@:zyP}j6uaZ;VEhHd4,j~^#PlJ7NW orc~Z&Uh+Q7%?(}BPQ^?'F"4(.[H+Swd>eO_4.>s!Xȑj*(P(vWNذu'<KoĖ-\p1dJ2MV":tpəY]?*t
Px8Yva^;g7IHg<æӰM=oXQ:"`rUSehmGKu' >4Z818l3INtJKosy'_4%=3׭F U	gv\%/ ḮǕP^Z#AҒblֶ
hm Iu0:|#I#ixv4vM

EA('tBrϾݏ.`HL0oQf\8hY[Rqq9p:t
M0H){蚆?5y3&rə?k7c2آf~{A6lm
z1nXȵ,ҳ`TEn6mov#Xngb(v8IB(}/M;σ/)vS[΅@֠>vz8Kvl][vR`Y$]~~))
G6u&1#B!0LJ4.
m$Mɷ^ՠvJ.VV,ul]-ޢ"6lيQ@`z7fMFӴ;LStp:FP 1r<n'6n)R(yB]!^^RݽO-T3aLMRcݖA~zx\N."be^*ʼ񸝘$f8R̘!fƖIRٰu'3+!B.fOǉGU(<.'L0ƪxؔal~"QkJve޼燃p`m)hUfcĝާ(1G-kJ3eWtIfvWJ`+֕~>ϐ;1B6$x׀L4h,ƶM#3XÀa|}5]	]s5LJF`ȌI(/ V=#;Bߋ_P(>
T S 3rGRQ6
YSxu<=g*k9,+~wH|㉗w:6o%w;vvO.?{pQ4͉V6l<%F_jM&̀=4
Kԥ[̩vxxr=$^l53Hf0XP@oNyϊVφF` Y\TĞgڍЉ!f_nqgw.&4T%E7G)%[X`jU(P5 
@`:p,m;ky7˛w4[:_t/o_zݽ~.לzŏTxNM׹GW/q`l|~X!;i,-cO&MYl{$>d4tv[OQITBD-<1m1ٚxD;,_\eڽ=h5pN|@HJY</+X`J>8\Vׇo7.PLtpKl!Dv&A Q(&Lt`h4'^g3ͻ0PWW9v{Yyw4YN*ZળH)m!c iFC]zBmܸAUc 㱏Ft[D>R2qgƤ[\+j<!Vu_{KI%YH#4͔eO3^^Xޞ3O aJ`\
Flo]Ie (.^?@$Yclq!x\ ~8V/@	Bi)̕7G}I^yӟFsN<{)mixo^iJ;w8IW_0c滗EUy_Rʺ.YAvu 0l[3a|(z
HsKn| ]=V1y(J%{hIѠ:<&{"%0b]]ok#L[	tyF 	;a@g pVP/gӎRRKU(>(P(v7<?p+pp0wccX]?
Bw,.:w=>?7.֬'g|zVo؞^4<j!{f@almN6lmm.X} !`|z\TUc6'zTS1X{cِUD<Ml;`^3)%<$4?娲	[}&mQ1IE-TөiX <6ּ+;zW_
:C]5z<N}CW
{&R̅گQ
Š(P(vp2 _~<|3F:뤤ҷ_EX^˻Y5sǞ^{[k75<N:{x)6jx^޷,3hl`[S;hՈuqK3=}R<zSY^LYIV:ăTב@;n{Țg0Z c#ׄ0Q-Ld|n
.%DQUPU4 h
J.{9aY/D̃AyF'_SbW]s8Ȋ:k]yt)-],<d/MT
EvJW(}"yΖ-l֦V6hafZ;slJ@c-#nӉulΒo⠽fe=x/#/XН`)%HάNr;L9 ;|+7|<zihCK݈Ѿ31B[,tÂ,/L,
>Y[_z VZ	R n0-G&O$oBob`&LWߜS)/-`
?sG!ЭQ\94l䉵]0yf
NG g
ŧO螊BP]IG/Kw╬۲.YĆZ6eGkRܸ}a!yC =N>5sƢsRޟ%o~&fgKWƶH-[_ICme[ذpG+'AMV#VT	o
PJfOZiY	J1N\x3$c]_f[?I| ֣#e1Z")$#%lߐ N7_˱31ä[X*P{1͍-auKT( 
bs$E>snۻO[3Z:ٲ%"([[¦}ۮXu[vr=#K$@FCm]>:{ҲXCa<n~R.|%-]T%lNұ5B=m19ͅmhKx=M#[F@M(xOq{ac,uVV!Dna6au/D >).Fk!1ReHo[vZoI2ϳ6Ұ=h>6M׈]`gM|ԣa=*R Q(iy2UWXۚ"\3qU wiJ;yo&<dƏk#ǘ
[ݾ@5 ,bhjNO_D	;?߸𔂆*&cgFL밎hBghd_ J	d7hnmcִ^zY_e="!Ac2(7Y
3,'sӄ68֣܇Xb$ŇÕ]b\&za؃QO|坏]΂lBB<O> {c}gNP|QE
bw A[|
G;ij{CLl%˨*_<5mΞ9'N(^3PuQY+R\~y2aF1Y,-oK|IwmlފEMhM(lD֎&;9B@ٜ{vG</3iZT4@N	'#
`1n"Yˋn~eCӬRqÑjh;n}^:fCu75
x~ e@
0J(Yf#a
ضn?XCϽXE;;Z:8+71}·3'	G}٨*/NKI	!hfl䕷?J?fdGl{W?MCddhҦ)Ɇl&PR0w$5rFJ SRU>4+
+5$ܿ>A.}U*jl<uj:x<PV5u0vLfߩaT4z=m&TդLDSH	qҖ]F*jZÄ^ԭrIG$~aP|
QDP|fN 1!mFhifkcͭ]D" 9ЪwԤKcY0w*I]u.OϜlݮ~fS瞍ښ$)J5>_؁#
b6hf,F\66u~Nv4wқbXZ=?.FV@lze|.@h>y"HU<}
</i/29x8pպ"yRa9|
ۇnVܑOJ$ָ]V&@KiXN=QRJz&PQBp0'
ŧUP(vL3ԩјanm6v݆ݦ:Q9`oY$8#ŤǺ͍t)+/qO?=?o?8vB!0Q;}74<nhS-h{LsFdwH!z!2-|ӎӑ#}9 HKk_\sHJ3FGW7@Ӧ5Toh5xeG>
Gζ҇גXiW=OFM)|SztlReOl%BT{G%ns=TϧFu@S(OQX
-w,<t/&RJ(pmy%=(ܦ{iDs=e&@'>Xw=$K75"#bM^ob;+H|H޶^loeÖf[	99↭;),+}
 RBt9m6LmNRN3O0s$Ǟ	,>TVY`ջәi5f:`_WYE0l9Ci-ywMTB%@
@A}~KGl7W]gpsI"2"	0`a2Dz0DIg1]beɆM;F{go_x>hxV\?0ǠpR<2r룣SB4G/YwY7_WddGW#!VRΨV`J[j!:X-ywLIi~%*" Q(<YSsy5H)9s$zy9?갎 @zaʊxuM
!t۲?\Wб_!q)fώ(]>6aN;
bdBujJ:I3xŷ0/G$p1Vp
o+
PZm@IS&#2c.	c&宛Fqթj
$kaMw~pbTDKFHԀsF}@S܄
bdqghnө@ʌnGε,ƦkU3ormUrB<AtMG{W/XŻ72}fMK]UxvHvLSL)tvhn릣G &6H'\6j*K.
GY>Xw~}{?\3r`	p :Vb`9GǇ^pGc1N^˅㡽vC:T]2tS^^{ܷZIj
>6Ɲ\uމF/@!uc{0"&{h nO]Pl&·A{U%wґ̞2!u
wÑ(vΉG򲕼le>^'50sXfNˌ|7]ض
:at̛EZnC5{ʰߌhFS^^lMWsڕ?ɶy#` R@06v=;ooHey96]Ӧj]aFIq;C=d'瑂չm=L\i:WӱsGg;ֳi	%0GJ:`^|9|QPBT}^{O@yYS1kXdo}u.&+XwR:D:Dvtfc#k6mgȚyuN96=3'sY߷u֔ް!AJa|T8Rܫ+|XZrC##@I){iX4cێ&&
JJ;c+׮e"f5wI-6̟3k}3	Ӏ^>3؞Rd?m;
AohDJIgtБܓ7]	" 
bwGGu]=wWdr߱u{ǷYG{򞱳섄GXeUJ)Ji)t.mOt
ЖU
)NB;SeIl!!+,)ܟ纮ϧ(t4(
%sń<>aSp.ۺ}茶9f`N5"
drѤ׍;<bp1ʋonyl$X5û!lD4
W"bBGweEE#I%u9@$:6ɠ(Go0"0p1M&z=+_5    IDATc-3 .h5WU		+4u`0>⼓YLAUsD>F
Dr46E_qǁYI] ,f#TQYZHme)
y}&<wbd^Kb*!n`H,7fM<jR?yY݄T=iMVLA
^۰1ں/Kq$C _u$2 1Clf׍8lV.gOCCֿ	EQp<11_j0T
HY
8l_V[nj릶F8qf;R,&#4xxzFO(#SD . $&`݇xg_}-kn&1C=A~r?xvݦ	_DB$G"Qhl5">TH,͟n@hćVܚʊ봬}c+Ws-'q=8ɉ%^XF!0<*_ޑbf٢X'~Yrrh&tV1C9)Ȫ %
2D"IC
D~l|xH9uE=cg'^"Z6l?ᓙρxj\0gƖ\)Yf`Hm_(i58;"s5_#yscN dr
}׬h;4q{W;Fq:&O&qBY3M L
6k'
єjJe?gc͂<4GC%,yguEԈYˁN"yD"(GF<xb^}i<o@9
MF"00Qhp1Viaf1NavYET㰛	//rŎFnj'`'b _ilHo
Ưhbۨ*h<L`L"NeQ<ʊ&w	EX\7|MOX,F(>bM| 4M 0IO{^{g7n/#3_hnlm	%c 9"HE`)pI7*
윓tj<q2^`
uo#
_+ z2 &8נwR# *꤃״
y+zת=n!*;&u /m
a_N'Zz{$vHtAHԼLFHᑠQ jL͒::h<sO'<^O( z~t>߿U8frPU-^3Xlя~?&V|A<ݲ5AafFO&
D"9V0 lzAXn NZx.l|g4p/w}Ӝw	S]I,O̤?nb09St`4FZL fR"l
8S[Jq^˞C|SSwP:W|p	$BV	A?~!NݦB"ktVU^'2?x=>Tj*X\7Q*͚{tva:fw3/1_>"/8߇
xӟ!#sgqʊz7K$YH$G3N"
EU`sOYƥkVs'RQ2%kyS]^ąg̹q$Pc!j/	CRii9-*+GKT421[W%^H⹪B/󉌍XR).;o d,ɐt8Xx!6,֤~/>p)Ù	!	N n`N|5;Zl|N IBAad<m;y;1}y,FVV	Xx3y{~]e$9"H6_A$A>ZgϮ_U7G>pD#Fpek_?īvaӂ5Մ<yœ:?.@VU̩-^;~^9>';3y'pRUc(+ 0$]іپ{_`:``قzKs_8(me{FPYCAKx^T@Z_'lzIOOm}> #μq"sNZ;\&\=d3`rYH$G OgWr\f5'-S^|sW|Nn.^|KQUUHh4J4#(
yv3Z-&._v/'5
'
yy-9"Gb[ר(X-^HI(׶Sxf]lhdҳXfو?b }7vd5[T1E@iY|<C"O:|2H=
*/"=E0fC-S-jX<'utQ]Q>rU878DQ<,Ӹ:E`s<*F^{N<,v<j(e|,1
lz/_t:8EUad!?ϊ3vUEQ}a.U%i7H H$G'?'_;e8lf^߼7eVY	hh$f}j)̷g>lȊsF߽ 71=]SںzqH\t%h,jn5a6RݾZǣ|Uu
zo oݫt$7
+!D$ cؠ?͍P^KU!5X̩ Ņ86653044
xqz l-}֎N
N,`E4483F3nU,!i6ذ*氮a;ҭl;3/UV/Oyi>)GB45q=.{DMqɱlH$G?xO\&>@㝘ر0 P$E|(
ۘ3g-=ǼjNzBX`Z̒j4tZѕg,ۅiW_0ci5JFZvlᇿӲs5_W'nx a[\{#>DӀk
ؖVPz2fі{9ܒ%kq|L	(*p\}544NOӱh<f׎	*}mQUy +bgT	g9 "FcG"ʵ_hS\7OBՒPSR䠸A~ՄSwuZ- &,*D"
|`\y^&$uvg.Ё&COEٟT/__ynM_<f_O6G1b2UQvkѾdb1~'\V]GoPU*ha3p)"$5fPqW @ET=F~UT֒{CUUzzټc-iֳeE\#p]`3WRTȪK(/.Tl,
G"X&_RN?f(
> L	.[F$řgjÖEQ[T3|
8l(-ʣeTWOl"DѠ+_K٬֛&,D^!||ESmpԆV%2w
+x卼aG'9QME	?8e)
W7+IyOd[ zjఙ(-q~yC(_ac6^{g7n־vx"Q
f!۰l 3S
nIX'y!(-{hUढ]TFKu8֞3#V!}`	zP12VYqyNY6;5Vy&e,~lϚ!?6CY5X.X=MW7>w~Fʊ9ڛ֚@R贓p0XF( v3/	s=*nɃ Z
3-D",V^tJ<q|{qX-Fzs
<F~y#wHn8X8l;V}IO2́8(t6b*sοe?%p$JckyŷFX>ৈf@`8腶5H\b;įE((}2
ðG7hlJ>W?&g<vJ
),pE[Wm:q~\"$:{zh4̮ʸjatޑ26
-stSX09Wy,H&r!0̇L0ZEQSUO$<VCiQ>vXzcj5L19\xJ^x}j)_Dr!D"ypEgLhUv*T6<36̺MklKe+$p 8_Qny|K)ş[^9ai5
e%NlcFQnR^wi5DYEUCpG5;)ү]d
	Kl_fuGHs:ƹ@0HgOnj6cb=!u{SqJ{W72{VJS(+){&5`VU)lT`2#q$%.+^(oJpnx,
CâX=sQPG.:=!@nA
q'H$p'/gCvPt|sry<F]Ӝ(
Bt<XW/=iYw}ӬZ<wsNE6=1w#z´ّp$MD`QCC?AGT)!>oKZa
E*a%/ʒZDK¢'
	9]+(&B
BF10'hC4hEfP?g6fS;a52Nzf@UMD go-a8
0Y@qIfyyg(
l%GwaCٸ g
ps޳He H$G{u:޷iop>A@Q*!Ds@?b䓊HUբ|_QgXGk	G#04U( &=	gu$#AW }:t+b܉RC6*nec"\<oC,NzE%,w/8"#>/';D~鴔QVRd@Ä۴BMT|X	FusmmEj+

&*! *]M%<ȅS8̽g63=o>L4+the
uw@,Bw 5<0QF
Dr4G{n&uϳ;S)x	^djN/SnI{O>/p)眼tB	afh{{$6pY|A(6Dκvh:(:bBu0}4-]㟼%ܰr(RPtBDQ ᠼPۤTXEGTyj*Lh褣{\WPLP9+\(GdU'1Nxl!@ 9bYV0jЋx5i,`&5AK$O |Wش!yC$Urq+m̘)2n<+d,Vg,Swу(~UU܍8pu!J[|82!,zjQHܹPqltwxQxLឥheB4â2a?y̪,WA[[psV~z` >mCes&PՑVGypwUޭE7M]J)|.|~3?BH$RH$+pʵQѱCK|WUU2~zۧUiCݸw{ټ EF^?eY]۸2⡧_OOLck"k _Z|v*@|!Dfӳb
0{.6^	l" cUUTO<n!2U~h#O;(+.ƙis=5kT,
GgdtZB6ƼI`i[kOGc/My-"|,{ρ, ;H!D"9Z
_N"r%ԙ>xå#.U1Uex8 
SZU|yۿˇzS: +fI]
u̯嘌O0=xs>ߊ / 9oqsT8a	-*f;i1"$}۠x huZJK(*bиۺ9
lyBTc40TUTL܃1T	8(|^7A7z|;ň3%3m ^HZgCmL+Nr׼<uZo*-'a$oqH"9ƐDr2.=;q*J
Ecxx|T@eiZ]o{_<:0Mq#vW+ge EQ(Ho ĎMcҽw?w{p
!6Ξ[w
1hr0Azj,Bհg.,v+W.an 
;Ѹ @EʹPB1QEdG"*EgE>(%nV:Ղb3A+s>W1UQ8c%Pb0vYQU(O>kG.)hn~?~1ma\thS2oɺÒf8? p+"G"9.Dra(|MU/oxvR63e%iw|
EQDH|UUknYp'^E>)7+AXb\j /ذṼ8۔/}K>x9 {1~u]l^QlV.&0לOa^t4B<[Uj X"Cdhbvc%V6[ÃA$`0	:z=-ŲWAd4%}VDH+FFvSBQ0G|w1z}b)BO rjZ]^4='qǁď/5J$"H:EQ~jy͢BaEr{(=˙oБڐϯ'wiuSEVU5uV k8K\@/2F&ɶAq^!~	C-tgƛ0ƽx5
X^~ ђ5{<SDQ:M;
yh.^J8Uχ<g@"!$0&13xLr 9ՐHa[g"23Vo9-Wu_W^={C(n5Q^VRUOL7ƖH$YpFVKݷ)qU}e+UPT࠸>|>
_[`8~hz̻#Ńp:YL;(G("+\/p҇nz\:}uM0s~t:̪    IDATpl
Z[줿Ł{uasر9l`"ly}ti'+,B I}
~T t
qJM$"Z<CBxDȣ	Z
i+,P y{f	-}['M<;ͫ/Z4]pߜ9+u?~}TU%ŰYFv5xiPAV@$ьaz.^{g7}vZ
[v7h|v14:a$+J_(*.dp˾۹kU
 B)N3yhlH9[ӃGr+J*XzsFؚ7kvz顸,Nt}̑ϊD#/"F0^6ghY NaWbE8q6]s:lt#?1u֢Zz}T6uVX`)n|W?"B%cYH$G3w xɏv#%
5%!^{g+fSQVfw!V7ǿ_u޹T0젪ڴw,J>vP]Q!%BaMI/+/?.p8Lwz/.nB
J:Pd(xUdp`mKxh4b.%/71@((F<Cz]blEUE˚{PڲF W
p+U>yy\tfh
ڼr4`+j0Ws8apL[l6i/j-H7
D"9ZYBC{Öu`(̩֮></oyNV<=DBJkYwC ĢQдoȎ7UTQK9xCc+_vr#_a(^8U.
nDg9MhPU<fY*$*/(zk>ͳ@9_
~v1Vu֦>1Of#;OGWzeyI>SFZLr!]$n4?'%> =㋜qmy
	VU@YQ*u|Bb#hZJR.p	"StsX/~O~ߟ#9lVe*f׆72_zdϐxhpsgEK2"&TG2WE\w۳lf 0o8j	_Wh#2D
Dr44 _v7v'_F'_F
cU 쀊Ys9s
.攁ƴMׇaZ;j5-xɋf|vm-F+J9C`
im8@JA%LO"њesLBrQA4j9[c1 )@2_!@2M#HF}$)@$ȿ{'ƾcUUZu1
JףTcG4oyiY/hN^"',ZE]4j\tq[y9s?vj,^NQy1g]z.AvoNӾF;bVxZa1NCTfMK"t﨩ogH,=^?}c9H8G$T
qŗH$G+ {77#Qn瑱	
)>yzx<hlIk95eQ'd"Z׫'~Ϧ䚺I'ʯ~w=
4
yѧYB^A>]t6W|jf/X@_E2tNF"½046@wbtK*v8H$ϞU/> YjAXA+ H"9.Xh)`0
_sKjJ7s@QDNt:zq V{m*Ⱦ[Yu9(cyzQ~DYS˕W]v{஑pfۂpbJsλ˯
E]Hˁb1bUeY\ܽ1z0Nc8wXLEV(OoeDy5,C7xWxa֑_2lSsG|NhC[8'{=d@h׀7} nEQmCZJCD"9ڹVQxHAѝb[R<	|ju _A$"Hˋ᭜=TT"=WMPGacjX]5WQ]6++^?Wtuv(
hh*LSF6s}Ap	3w b^ds.pW_#>^7]OfҞ;N}5 oӓ(CDr҇onkVe" 3q"T?o _G1 ioj[Y5xM5@)xZ_c)5'7<i/ngC4YE'`Bkxx߷W_YW^fC V(k殱i!U!X,b.f3$G(*Ѐv昛imz`~MŴ\WXP,lH H$/Z,QUh~/HrDjgz3$n[H6zF<B#]EӱdR[Bgo;n~bqپ^־/^߲'l
,M/XDEͫ'?H$b&0<}A~0ۡzфDļ$ƌ2clVQX\]M](!@yT>]dŉ(hFVԯL"9vD"+닐Lpp6pjwf/KNT8*+B~!L(BEI%UxWaܿ#ֶ7ظm]E(̟ZWׯsއ/bv
0
gYD_6v;XJna;vz~Ef)[-|#EV
Ș7pD>G
D"L'˙ቢoO	`k;$o$i'Nlۻ>1Fu``VE
+Hm	ω\x%zZf٩+),w}"ˤfȳ`>pza_<41/$=7&G΀Pfr^}b1<<OBp$olBB+S(D#4ۦ|a1 D"N	GLh4PT`lK$nD1`8;@gMAFISө00&Z-.bEtumV4#<-ʹt4SW	NdXsyFZ 1shL.HDTE1@(ĲL,!r*"gd:PUjv׌ S4-p!@t=6B  	X)_d["(Xr()_Dr#D"HVK\LW ^`U/
(b _+ <;Vb2T5@_ hʾ,װvvۆ/lUZ*V|	̶lyټZ<C؝v.AuN:F|樨#r?WcbƲ4(=Zp@E$OW#صa5BxkqNw
E0*@T@q@%9#$4Hq H$LET?T#Zf _|2 .̞	W@ZM;ca,+׀}Oeғ9ֽ[hnظmٽ8egA^r)/CmW1::V<2Z5IL}[C#r	}f
G8=#Okx߿^NShOP_e$?(#aH"9ND"H$3M+ppZf<,C]͢+Sm#61Ġ㏎Y5
ŅNym3zؾ+{!{hÁa#i?̳X4i`杨ʼ%uvtϸhmbfC`ovDxc}$Z . Z< 萵+FQPmC
q D"iJx$mFT~|~_q:aѶ3-6#b4FHl6S =}=i¥N3WŮ;پo+C!MqAiuMs9
7I6~4bV%d6QS-C
H{ȏ[p=Q(zJ?!s!XZmH"9ޑ8D"i>|xp`R@ޠg^m
uk;)V-{*c-6[AB"ݑ-f,CiqZm?&ħ>|,`Mwyʏ2BA[> W1J
3+Ehw:
CމhT@
7Ɇ6^Dr#D"Hfz/&{r)*p2fya?0*Bs	Ia7Yhj[?>ϼXvk)}|Nd邹TW`4G(އ3ͼyŶ
E/#^x^xx?	[^}?(K5VC#QQ)NȾGrt
Er	C#gM$RH$d gH""SI٩ atTyy0o&è e
CtU`0D4*ܲk6\AjΉ,ܚJl֜&y;"L1SFDơM<0`'#M%\=SVä@Wɇ Z@WbQћE"y#D"Hfpw#Zxt&/p
v,<j
HB$4Sڰ:
aE\'(-sبSMmukEa~M v$'HTg&`^AA^C:pIwJV tcnpӊ$Y;*HB cV m2ȕ.oD"H$3A9{[G_D	{@ \r2Tχ0bXth4:&.d;kZSWOM=s``{FضwKʶ	ᑫ"ðMxobck`BQ8X%fM|ZH[zHR&`$2@[8kdrs 9[2V@rMCG;%H$rY`r.ݸ"L&#eEEtPQ`5,)c[n.=
")nUVKzߟ-,[NaՒ0&pzضw+@ei%V߰rG+ I^kj vQ]뀡(4,3A	zhrAS|Ig z~_MK
8~9%kr'DSZ r@ } H"H$c,}B"@<
rQZTĜYC!f^{߉M e Mt:R^4q39o|F@LT4ECmlv7슋
%й:AFNΌ̄C# DB`	1%UPhk;n$V&|%:܃'}cH_kFt=6!C- )_ gu(:CRJh,F$Ͳ 1H"9D"H$&U?a.J
Qss<>_[hR!/? [i$B
}>V-^͉KNd=9`((HLM/2S Zv
;7N/>geT"s#?DnVGE4
LL0 w ^e4gq~sv杳06<_rMxZ
XWFÞ
rDSۭWw:2M"9D"H$&~[@(Hs{Uh4͟FcUVlXl6jDsߙ+$w!Ϟ)+NaajuP|~ IΤ3
F#(ZkAv,0jE@$&* "		NT@k.zͣUU>}D$mvq&1C Fd0BDc1:{(-˘ނ5^.~Q^YH"H$w}j.lVEN'zuBdkm),Y)m+@ƌjm9Xꐻ\bD7OfDàcaoEwq%=W#Bt"y2\u5WI~?6>4Js'oo`D_EQ2VA bM-^j(&g=Hfz ::n4F<^?AJK[ӫ9՘x$1 :cKY7HH,D"lˁ#f9s=`#s*m]+}
ǩc
B,Cud$.X: 
ESkAU(cģm.hhp'*cǪ.8S:K.gM$	nK|>U/!к%1Mҁگ&(P ] +X:rgrD/5gX"y#+ D"y/xSFjpYTsP[U
W@TTy6:59-pޭ)W44&SlxI&i>_CmxhZv>uڳ;K_yt:VvEEe/ 7^K>t5_\KWkKsG~ hd5.}qW	m瞄Œ~zIɤ'cElAcG1壘јZ"R#a7FQ*}%1RH$a࿁}K7hiQ7g6Uex|>\3ΆV ی a_V'~VaF^)@T@) "ޠwğ|oxbKihl;h
Y|Y`z@0gͥO-38?/	-,gu e	l ظ {:<VdlԧUPCDC@BT)(!u>$ь(iPU~T̊Z"9-XD"y/ 腮,7l۽aٵX2
ػ;C/U%EδrAfřg'ϑ^q%׳h%PRl4}gHҥ셦~hRaA)\u.ZK4t*yna;,]ya24tK4+ʺdr.FSԋ@Y
:g޾8YLGVTԐ7՘k"Z(S }H$o'z[gٶggװp\ٗj,˯p
@z=<;/%Ef	٫*%TT$U@>|    IDATc+ μw;ʗ爐5F8<-z}F"B.wTʫgaZ?V^H&\!ĤuQ9,>Z^TB{Øg8EٍuEKF|;{/I"9nD"WĀ/'0nP=̟]WT6d9YpZtgsc0L|:4l,;TJ*)wx	B)]<!^`;غL	 ɨB#2[Nz'> rI6xe#<LnhXGgH+ )@$D^:#Cє{ڻ)-*yY}nmu]LFJ
GW0}̫eql*ˊ'ARf@ƺ`B&I:	C46N7:kj3gٲy[X2*ІЍ!g_	œ,,\Z-7+'g
w<҆#80Vc"ZFtʆbI$CdD"Hkno*ďHeK`c
4SB		I$)l
_*%K鐲,!@hme[O;#HHV<hw$== ,Y4=n7@ D8`r|ںkj#?/LUE).`}>k8mL?QVZı͸u]71`Ġ>G5rr&K<{2>W=KR6f@#H՗-}?A0}mcX-5
#Ͽ{׷>iDy3L.'9h/{-˘F,&3 B!&Z
OgEPp/Jcӛ7rSa0hT.3m=.?_~`C6H}8K$7ĠKb.d@=۶}}yo?7/>ȠZKԎ
>Wyy7s1X;Stۻ\<LE&Ȟův#IJf@Bd3ן.=(,7u=ͽBrvj*8tbjzV%IϚ+rڂS145~+ 5u#BH
=fn'Ye<|;:x9W﨎Zjoƣb*YYGLfO
j
+?!s)w}g7hhjfje)f22Y
JXL4vGb GiB(NZ!>~p:Uk(qw̙;/>m4vP̥
5P,`t5mV~_c)+k02D/<0/<-Ts7*CӠj@pp3\|}ܼs_eCKUej}_ W'^7Q˼S]WEIQ>MCu< O6x4pWl8~sڱ0hpG E};8)I ""<\9`'
;oGG꩓h4JGW]=&F/faVݜY^{	p`xց{5F>
hiaڂԽ<FD7ۨ胷jO-Ï#?q?k	~e{qV[>C>䉂0??2>֟/^^N[0cclVS*UsHHd8ɍm6B1|3Йm
[~IV$_畗_buHNF	G"FVh4DDج6jX:%%
kNZ:Z 5h)cFݯeD޲ 'M0jU'*/
u0HQpBg+6;j)phf|tls.FΚbF8 2xif @]u[Χ ȗt7eK<۠f@bҐ!ѷ;ZǡN[VUwk?~_0!/{5L.TۃeVݜNzVy` յ0eT%/'ONg( veplzhhIacWZME_	g4%3#!B_x<vk/;/Zͯ57^xy"Mm=@$'5	@Bd* PSS0m%R+7~|?ayh4JfZ:,+ |J=\^^_Rp}`t>@-PU4ӑN^L]~Zן̰L;FSu;z%kf$ha,h:I9XSj1\ʇ/]gK./QY:[ߍ?|aDb D!Dj$WBNPT8yε<AiJEiyhFFFEi1ѨTèujdIAG#1EӠB}*=}~rq8y|Й{?\Yt.={C/[8s9^djВRT}}_V]u~s8{E_R0_;ZbB$ Bmo_YaOPP
.7Cͷ`2egpH#[).tRRT%`0ظ==	T3 }(a1ŃJb` N9*j/cvvo?t?ׯXl[tkٜ_$#b4f6M4>sEx6m|Wq`랃CaPބ8I ""[_ >Nt HD1Xr.{c?%/oB0M4uuPR\@~^nR%Wz$1\j[qnc#_|-7o|JW,Bl.ôTѬ&l=h-3wʅ7B ?!x$ B14tc@;=ЁcW[*f+ o|~翢&uvyvy͘L}D&6K%X&))d#fˁj+R
!eltz<14gنfJ QoGұ-/}}2
@fsmՔV.-!/OKv! B!&TKjW)
os $QKxjc Kת}.cu^3Z9i`(D0^ΠƶƔ3 n),-}mR6;DG놀
JTPe4>XlPZޟ͡5[Nl;c
WYyj_hO`K<+H0&ɬoK ]6pV	 lBLb!( $NC-*mx	onczF߼ejY<c<cFN9u)׮cuL>xC5H۾m+ ӧxV
͍	RAͪr2{%P_뾨ꂳ ¾>zA" I5
Eӥ(;vŗoK	q D!DЁض
 DסԎքdHDݸ}9PV-G7Fٲy[6o⧷)Y5ֳ'ǩ܎ַ`ʌ(q>E}v*Ŭr6J !A$=DyWާBά|yI]30&|dӠ}3 `8epDXU^Rg_wno!#
1IeVA!_pU-G[m`]͂dPktkK),p|Ər|߿c<Lg%=ñ}rǞҟ#R>'|XuMIJlt|K| C޼HnAg`@ H8/	9u_˱=5z[!b}
Z^LߗGl0+ϕpwf KNugr/-B8a}WI{{;}rcJJ_fd ZUPt~p(-b0+lpS=ESՂz)JFؖAϧwRD1::-Frt|:lz$]WEk{<<I$ Bm BQ@nl%n a	X,frLeV-hyt5i<?=@}!4"R}{{MW['%nn~mjU&!>n*n`(uOAo>
mOo Y|{>~yV^l.D2h c׍4<`n&cqwt{ϵ
@ fV~uS`!O*$%9 B!I`A$-?Guu^\Y
P7}5RVT?͒Ru67|x/恿+VzzVYKyyEҹmUucCYF,;[MėGX<w->֐ԯD7QF|P\ɏ^~XX@fp$BKQA_͞䙣@0$J gje)p%uH!&=	@Bd]ُ'Ֆ\nxcUmCAh8
SS*
q\{CMR]
~
DZBk_z_z9sclVy,68\թ}~4UjwɌx:عwfͤc49Vp):hiG"4&gW&=7@, 4$IigNoھՌN.$#BlD<TCosT4pvTz6BYBMe&.wrT"{F)63rŞݻAQQ1Ʌ>n$X0V
Tު=.~g2mj
5U44I>M*<ҷކ)
DslVynL.&=ꂳQ	ހe2DD:Fc/%sw_F% 'U2C!ĉx`@ '?gA~61xA"(ڕ8Ja
8JX>\^\].pŃz}$չBizsvc6b)Z]ɔ]wO
> ! (t|0Wzr@Z2%}yP
(elZ5M#JNYpX7䉅dD!DJ9M(ry!0ڢg^ƖV*J2@-PیjIX[P/*V
GR'4?b:J
1L[e>Q`ާt&C<EUr5\I;v^ܴkGzړ#D:GuCplf͂0v[tD#= B!U $mZT@duSX*"χˠnlߜ\>ݮ2DѨZ5uZ_b|=*nJx RVơGijT({`՚U7y+0F>@0\~J)*>;dLix 7Hdrp	<%KBdA8aV(o{ʓH#.ܭ<ZrT+&ed<]cMMzf
L&#3jY<o.H{| 8{ a#=0 #Sq/+[~6Ck 1gZXBLR!FF E8gf8/$ R,ꄣm0G3!Gd|qMSqJ'gG>?;}ݛupySgK?VO;k/:WʊXqܔظ3X<gGb`Zs=7II`rNPUz`Wc&Hf_d`0,K{b!&)	@BdR2u2((t&w#OkQ%x
<5KJNwƖٲc'YuL:7B(_w6%5OԞYf|K֚˛qg2> &Ek۾;O<.?!~}`
1һ+\m@Ӵ޲qͲI{b!&)	@BdFROIʁ@:*GT844(MDCPY
S#dҾ}y㭭ah7LmАn#] b5KZS؋xp35ڪ2?7sTH4J(*(΀(5/u0 d:ˇ5h!&	IBB2
OFqU#yhT5+/T9#i>4O\ƿ29gcѨ59*= K}O҉F44`1Ѵ2k dn)Y2o 7w T|l@]+M$]7AKU4)UD:Q=J$c6]
? ̪V V`tq!hpvU|9
(P[&ݝP 8rZpH唴4zF*f}$U^(
{nW2 q,.7=GKQ7Rߠ2ٯ8%F$dM`1s_=w?n~Ggn,i]f@biu3k+}a
XI@f@BdA&M3aꬾlU=4	A(.b*f#RHwxH[崌p1:珄Uu3KOzio=1nܠ_y<~`ŗ-w/_>̵3YU̬bV]׹9}ߨ%ѬVF0FuεwdY4װ,	N!(o]ң*1٧=p@hnPI_*TguPIM

S	~m*/|	`(P.]6UY=؞_؏#9_-򏬫`vx|3n^<xK}	MﲧU,[8nS> Cq,=nwg^,-bV]%_=sFB%]4͔|>Yx^]%BD$ B+b[{ɚf3BO47
fC{gCRHCmNuC?Xę.oiyEp5Lt*U.8a2c;z_>¾#3>7n}D4^_ e)Tec1ls6WꭆAck`l`0%īsȒaX B!qw6K*E'
 qu:Ψ٩6rԖP3QQ3MhkxlQ˳rñǝا;^iჷ    IDAThCt2TKץ|휕pex]/Ѩ(?y	~hFzXM0Lwδj`
`?p!NP."J}6>;7&xM*Qn
(27UjX8jFeu"%eD>h<
]hT%a#>^}Bho>/>GJ~#Iƈh#şVSB˭~E:=^Zں9|
`/:mI	EN	t Sl\B3BC"OAF|Q'BFÁyJ(JHXU@QT]=oT2xUml
x"QU6QA2|ҭ({Uwo>8A?l|]BAhW%u!c7
TMIenZ֔J}YU\26 ҭxt M'y$|Hhl֊SXw8z(Q̀!Ft_XzDfQ˫jW^1Sf/,f+{:ŢfSL/ɊnW3=JݎFԿvOo<&/ ?"=x?=r 1:rXĘ8@t]U9NǪQ' BƠşA<ai EjU ,EЯnF`<=TA1Aq2ؿF80ͱ2NXGm.r0s׼ ΟimDuAew,1cHXZ%c0F B!ј q xPZ5p$~h<XBPX,\s2z;U%w5sq
>@ kKoerAX"M4 p)\c-v|9U ğx"ʊ,f5C4B~{qu7c
^_uO6sYBd/	@Bdqo<Bf/I$Jt$DTٯ\UjW$A
,J3F~'ˀsQHfm5ɫ7 JxDb'϶wH@UK|8*FK@sU &#Sʋ{;FmBd1	@B:ZbHZURPAG&BAuG`I@
8r}(\;4t;Ɵx??2Q^R!!'rY	"g2Ǵ4$ '	л!3%S.QeۛTа{Z\^7w&pp?Ue4
'yl62mM	fBp|˹}s`8utGU~gP8UK@X"8QZ;{,ldD!D6^c)Wh7M= o^l)//.	ɱ[*/L2:W+[?M}C+F9D"Q"(p$Ȓ1Mg逅"RW!D6Jk;,/`ׁNxh!nﱗ|%ŪjsaG &
ob海vkQ4M"Vc&`Tq_t!&	trH2l׬i\Թ%SJMlf
sҴk̵QB3_$ϼ| حKSliwɀ22""~D=c2w{FQk=n~qz_?탽ŉsH6Dm ihDäO}V:+72gZ5ӧT y~>\߹H8IP!8iS4{}ü} TͥՌיt`"U#f@Iѥ*;^`%p0g"e|wZrQ0<펺s/3NeY/?<Heجf[;XvM.H$̸D, 3 B!t`8xK/99oX2"fN=rފORVX@^Nqe8H@ sOioqD~_@Gsض#4tyvlV3^oO7d#BlBCۻM6f׮yhֹi>@Q~5Q=/U/qK6: KvoHhpYaWƠQQۭ:~ϱ}]crq! B!Q@(Y3i{^z?G}}uTsLpЁ&.Du נFhb)Fqι힇[{Az6eM-]ܨƈUehڹ}j*D> B!ky_ɣpe7&73GhodZE`iE"!j+c2Zwd#fzQF_[`Z2U兣k^VZdOG[\!Ĥ$3 B!Qo]_0kN6v]>RBk'Neہc7sfl\6Yћw8/?p HQAnڃr6*Fos[.ggӷFB`$ B&~izsθ1MYyxgC?|֘fm,-Yc	B+#7=nMۗMD,ab`(LgH4jj-Bi;(+ɗp'×rKτ8I ""%}:x{휻ⓔMp@ia-%t1/9ecx}ݬ_1̦=9bF&<<sǿĪ^Ub%/˵S&Fu:hifZs'ߋA3`1Du63u5;+<UpQ{BBltpjpzfLY(ʯ&p%ymECˮq6"yXC̙z 5c#C)l96V\+e%i]5tF,`4,fso~5s)aJTxϼw.Lh_!ND!F{v73b!NG)uK]f6|7Q}}ct`-*A=hR7a?Vׇjy[`(nCǚk.^d0˵簑c妳;uap8%7c\x-̝^M^F \;.6|}t/@`	!N&k?7#y_EGϱ1X:$kkb8nrlVY:ɚG6(*Rcv{ӯg\i:DODuy!/nΪ~Ң|~׃1},K^
dEe!EVB!"A4#*]	@}cl|(ƅfu4[ymCc޴5B<.~ȗe47Ƕ`0
(@ 2_vΊ߼1/1A=pHkڤsgӣW;lnگD"$3 B!ѐ%Jz.Wc.Oۘ(CWQ>gZ{!vkހO}>GYRm؏v> hu{z/Po>޺ؚ?0xѠQY^HQA.m a硟}<,f{
]ۛ]Y|18	@Bdz$Dw=1L^k`Ltit]u`t&-2l,wqx݄BŌv	t¨ߧs}::Ӧ
(kYRŽhۿiՀJR7~o	qNB!G'u'2 с*gc, {W|ml{(-%SĦbnIw	Dw{#yǟxm~}rrslT̳M~\v?ʅVo3å{ܾ|!$3 B!QƟ G#*Ǹg`io1<wҹOh̣/݇^e_<]tLqȸ.5HL}ۻ׶~޹ GS).%16ZJg?t17\u> ;f_9nH!DFdD!D6j@-T$!!{뼉?(s j5\7nK{M3PZXǡ6KtyϬ7p7?K^{79ߞ~ټ.9ʵ_?DFxR!Bdxn{گ}4>c}|`K]թnկp~9O^k6s̜z>kꊡ9Fߣ54wL&瀒-&Mv[jiN88I^!y`P;]K4eˮaH)Mu4`0,/`Z<-BG1$*d6+_@0u3L 3DpBT@H:!Vk%C4crޥ{B8^/\:h<DS>
*ۜحNU/lg@pSȩs/9ycuuo8~QT!!+?=Oq`KQK9@کѣQR8ugQ]6[A4nsSCbrA1"IBlu(DՀ|_J0t&79Ϡh6k.6jBT;erc7f!B!Fn
$=ZrKm!^I	c4~/f;ԯp^ZX9dCBfS		1\3A˨z=LE( 8mBq D!D::.81h?Z5!tt~ʬKiB( !V:oZ]q@tT/h~\]Lg@A}'1	@Bd-C[6T/	ܽ_<πHB!YmлJx\,C
=L,H( 	~ӀG39T! B!ZȸЀl#T5q$}=&!$ B!{Q9f?px_ԗf# D!B%<qp*"`/d82CB$ B&oD3	C:ۀg@2	*,B!D&`}Ƕ(_XQ0q\OqٸM!Bݸzc~G/3l$}n߻B!bCݠްZA/	>^Z\bucօB!L<h vj )6oA`6J!BNDsAJ8pjXpl1.߅WU2RtMc'D@!Iaཀ!(́Zd7b_eyPh61
F O@h&z BM B4J7Z{
* 0 Js
tد6%ƅTO@܁"2"b\
<,5^Z>ꏐԬÒ`*zX
{O=±H2νJKf@B\ 8c[Ou>,c":lTKB0 5r3	GسJBQ$BXJm.ԲTNfb{fyP3fhQ_⒬gFTY`35 A%&?$!' {.B_0҅	JH(oof>ա>ǯQKqGvhV!Չ<XBD$ B[hhCM1 f5@&ȳvXc ~@&RP><uw?a ;XQPC5!Dv D!D_ARI$u(a?'SP$HXE0fK>
rf''9}QKܮ'j<B'BLmՠx8bpBQEpTm#*@˒Aw^p*kb&z B!N&`v|6B斃e@U'H χ}xE	%'¸VVTO|ƩU,P.O!X7NaN]$%Jq FG190&~1ƌ(@-J* ^F-zb$2?[!g>}][h<p񅠡[U#v]]W&#'"i/dCOXL0hHQ7(9c8,!D D!D&J],nry ]G*^zb4u<YyG3ja4#G.뼪aFh5,:Nktըr:5F\EYq" D!D&恪"1&Cb,8ݬ6Kl6d !\WK%V
451^M#b7Γ5 Y }Wf`
*1pXT~P-y<+,[W%堵/}UAY1I ""?m:-W>aU:}偣)ǜH=)NdAtXhBZrRoR3!ŭT		@^5w&8!MrB!FTj Lp|LiXb郋Hc5a0-NOH_XG`-
8?4ȷC0`G*pGߵ8\lB B!2Jسc$j'au&\36vQ&N$GP]}5M-*́Xa8λ従?JYBIF`	!BH
hlPtTI8:glT	yt$t\*R+
!D-Bq(<wҤ{8@
|mY(E%;,WE-/DSDVl1EBۨ껅[
KV9ķĜ˜`b"
\`1{i 'z=op>
@CƚAUH'a#4C]O)9FH^!&DA!p.GmXEphkfHxP?ݏ/3'
Rvnalw;%3I<Ids2po4
JPb`"{Ө="H "b4T RoW	ES}"JfTuNT;ku%lQ_PTdz)*˟ERlBu*Ŭ&T:@WPk
%P#"H "bi-n4JPDjUU [9*L/Ͳ~3X8vn	,-j^K)-J7.s=aME$ B!&TE)@M6#F JP&d-!	J
!W1:ބPN7;c3qkV^{	>8B1iT`03a{_|3
6ZgG`oFE$BQM/  LIDAT&BqP><n U,ԁF_>qa*Gq D! #bPsAc⛆j"b"	]! S"f:]@#`x?
A1dD!8UC}UĪ\#H!&	@B0uT:vT ҿWy__T𱈤v B!B\
l#	16sfmք͖iK~!;ڐ!B!&`	hEA*ֹ>T5VA`	!b,iٓt[V^	!B!B!B!B!B~?C*;    IENDB`       cREVGeneral    revUniqueID  
1260294755497 %l animation image 	       (,      PNG

   
IHDR    ,   i+X   gAMA  a    IDATxwe̜~Mo^H/^D@AHDA'"̀
"WJ@@J' 	!eIv1[S @k/Ι3g:{?"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""{
١6@	𫢢vٳCڭ"%>QgX/!"""""_ p\z_Wsy-uu<yK.2drl"""""[ٽz&IwnII%{z`{>~ܹ9sC=t3p&""""{h?3fpl6r-?}g pGqr\߫5@=1ky7ͺ=۳gύ{b,""""^ΝfY7ͺk
{h<L\W=~ZۏvK:+Ārrrxl6ֺ't{b<""""wt̘1ڵk[ŋPh>{Am[nYҿsCcׯꪪ*7ͺt=s] #""""_sg׭l
ĳ٬;yd8K8xQibaw␰{Ј{Ĉ۳o r0L;ܫ+X_8DDDTj+&̙3'0nܸ֍,`رKဳ0:k`!*ScQcQ0j|&Gk|i"Ίī_p,[zۦNK/tNq]+|?q_ᅟgvmW7	\1Gp8zT.zf YUex:>nCym[n/xn(++cԨQn]]t^=FDv+U K/M|xK_sK8\~,s_|1߇^B\=v>0 kxggϞvmgz:y_~V/dY/_nv9-ѐ9/vU8|xM
YUKF};'0Nb,%vCn
Rxo\8P׀୨+-^lV808oODDdS0.׫WN;uC*`ƍ@r;ڸ~kuځy$3+7T!0()
օO/Dx
(DvAvԕN+7vM[n4s9'NDD2
Ev;<|>F;ΐfd2 5\Eˇ9__ )U)RߤWQ㋆Mz#Kpд@+t?y\b~uRA@ue2։/2 |vչDDD
]}:-V'Pܸ^?4 3hL:J8`;ilИc
f>ݎHO .;O<xF[g6W޵kW&O_~[HJȮ15'';vlں~/ڵ+a'uLe=Mq+=M7]&?Fhԏu`M?t>B hJg7(((hC7ƶ-?UBEDDv"ƴ'bG*Jc&FsH$K.Ż<?LnD-lJR8́x,h5r|*fqaBC
p]#x"^M5|`QǄѣGˀ^AȮIZ441(8p`!؉s~#7fHm;XOcW-ӽiM[|0`
G	[}wCGﳈ'RG^w"""_)
Evֳg
[3؉٭z`Oų/F&H`X^v<жS+`p WWĻ8'Ngpc=(**/;.""WP0.fNZ7uiќ9?<d`U'@E]_$Oe]WgxmykikSޔ&U_NꓙdJ_Mf:`W\8`'Nl`6v&|욿i|hg2YF~[bРA]|c_?
71K*t!.K1UV%XYfsMeMS!2)YGM26SCc%^I>=
}btKBMENaw~x/ʯN:W("J
ڶw,P@  `\d ZJ(mud.MoNx0N /:)HqaSC[V<3MYYsy$W%X>M~F7)(ε(Y,w\/8/̰h]ERB56-e߁a_.Gj0󿫻,ېfH$rM7D:i
m:m_: J#""`\dx1beqHQG#<wYg=<O,7-E>}&D?8ܫܐ:|6{
,ݐ}LI3gL	+>^l8c*8jdo,.RȥxizbΞ=ٳ'j[Hz7v
EDdo`\d  V.ؔh
[2'x"K.n8f֬YTUUdz tb#z=؎+S<nLӋ/~dt=9)rHe\^[cbuHoL:5
XL[Pnc5m4:Fle@ב -##%$@SS >S\bs5]:ҵkWN,X|ՅXEAA444pEqRjVopљ]vSg 
yn:8iH@`mf23@6
(---*//?aY:ubܸqL4rsu- x"Z3ڼy3x^AK ^&l^u]HB u@MtTgaFj顽owV$;\0%/Zd~cZ>`
rN;gޫg(++[o%~)$囪٫kkloܸbW_Ȟ`\d%-3I6[_^I\\H
\K|
rfY{1f{~Μ:)ίe@r@/C?fѾP)'쿐dʔ)<d}C*Jo}%3DCC(q k[xkya@](\ͦ*6WBp	'?>^U=sE;*UT@H0;8lߟa02,dzk_uP0R'NyyyY^C+Xp!ӦM RUndmn]0
)ˡFo2r_㸰h]n*k7gɿm]e#+I d%+ ~ztDQA.jɶE~rbms5ׯ_P5U@~Xܲ!/'zqZTVDQA9~w){bҙ`;Wӫx~4~p%=G7
\sjgo,nbXHvN5a"PTO~n4||hPSĆJҙDێo<\.YDDdP0.\߲,ssc*aCE%7U%	,òXW^E@3ņlx)~K)?\uY]ߔl!PemoBk"ң[Ƕ6LZZ;:d_}U6"k֬9c}SQ>5u
%K]}#u[~`<d8db'?,>ztvY}S#?$#Vԙ4Õq9;.FIK!&6'OqmޏmT8Jd_"BDDNȮp{oa7W__Fq;\]g60X?Rd|nҼ:d7`"B~I],^s6dyZ<ر9l$Puy)o[h;d>ZOD`?gɒ% ^|mY9u
Mv~x:[Vfo߄ Y\BC"mE0YU78a9m`Sm'\"KrYTUf.Ns8}__|cƎߡ,A}{xt:͐!C(--]ҟy eEv3٧r1g aЧgW6nު~|{6l(#7,kg1ʚǲ7L|&e2.y>p?sq`H8)e!4j)x%u&ba͢u)N>혉C(ޡk|}ݔ\q(uW7]tE̜9Zޙ֗on?=
1|ֶfǅ
5Y ,L'@Uڠ6I881ppLoc,.}pdҸi@CE	^c3l@5QCKL5˙JX˯lW#}Oץ:7v	>МX^:.kqW<Q0.k =gpRXX@,fPSS@<dƆC$%vy&K3t܅n]Cĳ.?0oI9&>v!阡6!YLkMnt%uhj:s}ύѻK'80A?Y'_g5*27׌oO^n.ŅC$~ᇜtI
AEZ.p>}O3fz+'p>À\
sq\D"E<ad]pŏyf^#o2툉|I=nV2{Ư؜p98at#,ZIUm=tM<:w?r`0q6>o8\ϗ8[w>?|.K	WѧG1>ba7a_Ð9i\R]؎iP 㯡t:͌31ct8
3q]/
<~;O9唼]r3}t
F,4HǬqII	=,y~u]u.6uW{S\9<?_]mzCSٸ,W0p7>q?m*u
x1>h-Zѣy;v,an,4MFd^}r,8kJ3"e<u],Y`	p:/zP7ݫS4אСCFeYɦMXh555MU9g~- jjjyKc.>LUe4x7x#ǏgŊ\s57mspր#Wq\Ľ3k6l.dΜ9~g2qXIޝYW^ɐD|=<aÆQXXH,#F \7"""{2":2*`*pKKK?-ߔ{LZ#>imJu]nN=s=̜9.K._~3<`ǰ4qit^oCuu57t /W_#dԩq}m Hg,
*++y'y'?>	q`ADDdoƛ8cZ-\)ۥwI}cd*Û2+׼w#̙3ٸq#\r	ׯ뮣ﾛ{y`Rsj>D"-pG3tP N?t*kO),%Pniq$	Q)~| w@\DDA3@9]'sґ|$agz5q R<6xA[.fc}4yd@{ʔ)ضM$k0 TH816#~Z \G}?L99Dɐ*ߊCcσM,+Wyss&d`$o8"{vgcrqu_xxM]#=_zr,^G/aKJU\|>ϟϼy2e
Gy$Jk0J(n&aPʫ)sϑL8,=0
cwϸqWXJ6kSjˌMjP0x2g{z.>dnWo(^7q=w;MPիpeʆ1r/^ݭr98ir'req2a.r2x͛73dp֓Rq]uѭY3~H]Cu
	Mt.̣(?`8-Kp^K:0ؖ/
,ihM֓Z4>g~Ĳ^ݽZDDKȗ/"ᣭvYi]zԯq48{ݱ
KxWOnQ{h&-yQE\X5'?چ&I¡ L@wD
?^BcԐDBAu*j\h1׬g
EˉbOqȤlC%]g9/'=5;,[\7q/_	@S"k.ॷ>+Y_QE|)uSn6Mt\{h~&Tn	Mv	WUL? ֖mup!f^Ot?Q`;c 0g"^3M/Ϥɉ&yyiۥaWexpi	R2k]>(:𵭲
 -""U`\O$[~AA,yc'L eDDۻ]~N>=^]J* nǸi|/{ǲbbK9\GlWaX&ixA߶9$Ź|##ad*GO{ Թm; ً(S鶚m4	rsǇϼFv(02ݮȳop6    IDATQX9F)̋ 7JEe-pxk |$گUq3'^t=յ揃лWafӸv40қ&eacccѹwk/ hb{+""`\˗p]d*:Q3'"HPY]G&%hzrAS"r.nW1{Rh ׮
xڦ6ԥ]jS.+*mZbS]O:0k
M	~x5sb[,A:|ۺ*
=Ʀ8W
xE4n¡u,dR'"_*:DClq]!x^1ʚ:N&2&ɾ%Xn&>_2.Qǡm86Sz8͏^{ jj*HEMq41-8.$k.Q%Lg9kTWV<wCޗ%QQYxZ"_>xwɪu>EA^&^hzs|qbC&veDŜ,yO>G<0&bGam'w\hrYH&	R;M_&	0n^~x5
t)xoeRo,"{o5L;tBNEy$RxUDL= h3/	p'I$I9uY>Kr1uF|Ds&۠6i@1]c<n7Τq Yu]}=o{+""W޿"{HS:qÀu7Ɋ;,ݧ4qpm;g}bYEyʤ2mR2Yǲ&IU lېr3&IK]݂OCMME1X̹csR?y7p/hei
xtWH3eEm\g__|Z;~ଡm
7gŘ>l]=	SVJӀBCڡ1Ҙqi1MYqC2.M3.w1_L.I:zBཏG˸G &v`&-\z5s#Y]q YNx+F8fT'dMuI֧>Ԥt)X.af]xy+0_+bݻGxy8f1ut
 j'Vg$WoLDDd`\d: x{ʁcx{r>b^ʌ_1!jXd~G4 r;,2keMөz	JS2
x]PXauYoxK,aĈضM(9k}?]V0{xqyl&?ۄO]rDDD*SٳyN0Z˳/Ho?X.~Yf.BE#忽#Ffq***"Lrޭq衇nu&|IfϞMee%p\>Y[^(ȍq<b"ۮˊBeƠke|g17}v=R0.pFz5)_kdx~84C]flr1,OHO3,u`rrrZ+))+ 2Xp!x8zh4JE\/ O O<KUA׀l򀺝a"""{"{>F{EY?<0qR)2&Ml/2+-I|xFŠA())gϞ|[O?e1~xMa^z>F G	=;59\24hL ^ƛYNDDMȞwG#j'us	zj3&o}msǬg?/޽{SRRBII	Fb	=P7551p@ՠ*֭|Vx}n}?|  ӽf [O,M84$Ǥg̤eEDNȞw|z[7<*"6claRϰٸKN#g<ڗY1O1CnY^.~붻yKGygc:sth^6hHIY3s7ٳF]03$кqasz뉛a>9i<+4%Sݍx(__wԽGL,6;.˾axk]_FLzX5:<nRgI	0mDDDٳ.69y@uã+RahAwzf鲨ajn\uƙp(G*Ǡa|XEy֯KcqacثG:=ùogRzL5:*ro1NmK}vΉY&vh7#zvhgGV"aBA?7\~:vnlNanwş/v PI0vl9
9YZWɘ:!1E'*
T$Y/. Dq=l:{J
uiCwٔNoqeY=^ya^{n_NgL]0=u<cTTДLwy7i$Lxy74JƉE0702Ꝗہ{#""S0.g֙ފ 7ejNm4>DNysŜuI& 6Ee؎âU|bXM}"˾˨!}9u+[$!HQwkN2Ov.IDDGȞ5/iie68d\wyME56`p
GfPQYk-wPT&Cc<Ieu==q#NbPIəOrn}
B>PN4H8L,@m
 xDDDY6/]hLwQmE@&o:z>^Q[uRϩԃ+oUXI]c+xy>CӽSq\~nL9a&eSe`o`<hm
?6Lb`\DDP0.,9T4e¦ˆ&}H{%}]ץCøod>~
ñY-SCo73?>GBXe4.f^AV[p,]#&Kjl`DDDYHdn`h[#|g@-f\Gou0(*O<7^g#|grNξ/SqƉG
<ˌX:cz>e13.!i7_[;8
/e~o-#)[yGmc^0nTӀNro?/@/}v?f3/Dw{wL
n׃g}i\V>M?z/6VLe
syS%3YtYo{QtR;zDDDvʌ|y*"`&@ɪ:mLbPXdۈ鲢aX
!Ώ/'N97<tuD
 B-}͵jwyvكk;ۜHZr| A$ﶮƙq`&Qp 6һ*""5`\"ppPƴ.\㭍Y}<
$!2nɀaoɽ|yA&aHQa&T2Շl2<cm4G0'Ba5])dx@[]Ҝ5kXe˚_2 wQDDd/2/W'˶|yb#'
p|mi	GMf;V"u~^jr0>&`s]6iba0-8-@n밴}A]ʥ[$at8Yylֹ.JTy
@oKȗ`0dt+i9_f{N6l:$/bn^bۅ
eIyy{<-{|I_0@(/ +hM`qjR."a%e68QG*ro7_UG&""Q0.a,؄=ao0mxo023kgMzk́wƅ1ojw?ʌ
0@mû..u)/K_Ԧ\y'5;f`p2`)y7SDDdoq4QKg\qf2hz:ׂe\oXѽ}msq!`lJVq#m{'7$n,~D iCYmfƷnhm鳶~O+S.c&~å&tu_.~Ӣ8xr;QDDd̸Q
=	ws]}GH`sL@*H!
6ogxfu1c] s}Tی(ȴ[ò6ӶesA/yA9qNE2Mc@ޒ9.A>uAkR.7e1	^H.fY։PӦ2m[w֕-hn)XS
vs	a[V)&9r0s649:ϳZKT+Ii}E.[P1VnkE0Evu<&	YW)lFM@4az
͉_ Flk"""{"Ne
s~ʿ7c&&Sm92s)kt0\Z;i$lX--.7Zk[-qUYVչt9oƝԦKн/æþGB~quW
,s^DȮ1>
.ӽs/9xF6nS*!5im"9z=
̞$U
,`|˦'mwu|<-T\!?h2&tc,6%dٟY0`0K/xtz8_S<㭊;S'	WG%|(9FQ4sw^,3:d
FK::Ng	m'3iBަ,̪G7Qę1?Enp{;oյyÖu~ dqOt]hʸ\^PJy̴,nY0ȶ<lenκٱH@]׃q],'zGߝuk;g   n
RmVK&`F <Ղ'a!^V.ŸN^#eƷs>/w]L`npAv*Ê,,Ow(}W"0r+`PWv$R"u'Yԟɧϲ9e'5!_jDDDo"O9t1<yGt,IଟoH3,<e2(|9K񺟀+|]>KFRe303Uj8[K&&8u#੍)Y[?kM`gӔoMm1=@*ݱ6ޭ߀B	ͺ*rBdYq^vVpu(gȑdp6-ulYH>#CZZq4u;.d`vE-LkpndItl<2X0ᙲ4] Vn2K:ʄX~GO)<O_D/_DDDZ8#
"'z͇g0Nj앯T g˵=d
^f /y%Ł}SCeJ|`ui2e=t[I54QvMb0pߠwgBH^w3qM񶛅;w?H(LDD+EȎ	Z|o
;|%bddWS 7=œi,k>r|"z[+uas>mbe-2u:Fnx_gcaHP (ӼM9E nFw*Wx_tjx'4pn7^9eݟ}&"SN4<wҘ'}'buis YC'SX\rk\(O:mΤwt(3q]]0x,ãSD!e{x"7go[ںC`uIczWr'M[>VU9NwOf!ÐA1f]]eW׼(k5	(<arΩrL|uC=N97^!A!x5`\u6|7/G_柈bx stWbYYԒ`|2E7o.W9PN2澗A.&7̣I,y~\nPUhi^dUC#+Z8V>r+N:˱G.x~U
!<	ƅW |3;a%0*d{LUv;OOtǅ*%**
29
<{,IoD.04QKޔ84t&Wfiعshjb*/?}Z,NBW	ƅ(CӴw}yQԚ%d:Nse!YLhrYtϛnN|Zf*]jsina̽Mnv
ssfƧ8<m'+?qgێBWBLT|Oj7x1_ʧjtE`]k}ێ,G`XS3g<:˃a}q˲haȌleywo$*x37ufYR
>㧔Kbt=9։zBO~y;ܯ	!/3	ƅ(t:?{ZTgٞ"ɢhS=8[3Lt
ǧ3,evV׫e%y~ ˿>Ĵ_	v:,6_v'vcv?Z{z*O]OP_MU_(sX!UAq!l~UUp=r÷˖.JGR:qޗ谲9N1
vxdA	4{@SY7!];!=KRKof#w2$[sӽ	RfVmeTe^Z*
t|iw{7u5N!ī$^m6BRK(ZI$Ѹ7a844vMNsCeqaaSvo=ţYdf@)P!7rk{1R&*7C/S8˙/I«5s0#
Y
m<ov8d!e$G <zV]ֈe&&>\X,9s:EJ2%Q:ocw$+%xr`]PQ̐wl V7q[oٽͼ}wqߞ<t{Ww'px~Q2}'{dƭU68FV,};ҋ\!īwlի&܏39zG5H,11HKLޜmR$`x-qO;vNfr񑌅GqqZ-.)8ZFsL/'	qϒA2qY\3^Ube+jϾmk}D!8hiw{п%    IDATOgDrfx2$c]:_IEc΄pG$ֳiŚ]/`O~λe)VǤ06gZrvY6GA_İ-Gcʳ-ބ2^?a2),+W~\p	!OqMQL/4-h]]Gdnr8Zgg]*t	j4';s(؁u֮uwA4,șpbn%ص,|HO2@5xм^`/f[	g]NaLY?X<n6V!CӸ~O)̋3zB!A`\~ހa9p|~fUQ'D*4c<2mcLnḫٮjGLpQ\t"bZܼ}5Wd*kzDs3,ث<TьEѾ	2=ssegItT1fP0sSYs}5ytuHv(B 	?4K UhrsHcpy4U2\!<ʇG?<Zo\iҏ|IWKI&
6U0H;k9bpպ4'<:Mŀ<O<O9wy[x{Rc`RgƝ8v9ti&9H@LnO ꣖()q!(i%e(W|g^i<$
ihb"Sq;	<Si~EO`DIq=1Knu>6B) `̂htϺZBl"}ME]|$Ň;:9p쟌&_RfdͨW/uN%go)iaK%x=.~|9jbMUU"B!ġ$,벡u# Uh,eA[S
loӉT⩻M|ؘM
ҍ2lgs.' 39Lӂqj+DLZkS<?l=z{U*z$ɭo`	"YfpX|@ 8y[Qr)Y9JNM4-TU: OHGOY\p߃2i۴?
 .Q!8dLEv+˥32:Ah]RYTMD.dsh\4l	ޅd$3.'`d{rgEԶ-۳xK!K\<қ/dH,{ouC\>7}hZ1_T[UzMWxfvO8_{-uV|2I,~r=ϡiʏBCM2BEdr$SY+Ŵ,bITUᲷ5<eA6dx\QEBvֽ7IgS,XVURܵ;T
_}t}A[Km8eWJnw9`w׾p/n=G?|PsztTI&2PKeoJLbp8JeǝM6~B!ġ!q!\٧_6QL[vMF֩TsN9{.cgv# |%̸R`5.l5ek
0\@Qa TTNnoiFSUr-gn\xD%[O33.:tFwH㺺I&3t'wt-wB!ġ!EcOߒs:Lf(gKdryN;n9tN*1-fKqg2mcc7*dn૜{{O^O(4xut}c[3܇VZK$33@Pl0ߤT&#3K8-tB!!&Ei>3(I&SoZqhǖK4ςm
e]TTn85bE=4/@yv;tv̸9fdz0>!qbDkIbug7qoMr! I0.Ĥu[vz׎g+}p{);R,vGw84mӓu=~^4a|9ŝ { ͍
xl`|zxI0Wv,ES=J*=9e)؟f<63ͮ!/	ƅۻqe`\U<Һg^yl8J\ήDKLό`IQ޾hix,SLe}txJ(70̪0^?W0L2<nMUxٗl]Br`\\<x:|\Pv|कKH2fFG@if(L̀;ړ+Ko&Q$NIO^dBYwD>MszDq²,ݰ	<5	!/#	ƅ(t}k >xJXEQXє	Āo ?{8״ʊpܞ%VUmpMr8Q,.͔NˌP{yH8G$z#tBBL=FQ_d:y+ǰK-n\2^nYvYd9P-<T[XjOmbaf</[%ѸáNӃq%_0p+d&;i:ӲH84
\3gGr!%S%n8n݉iӹ)ET:OZ\ŻjOjbMEUczW
Z㦣߸l&5eًQ++'Uא`|[]US[oP*bZbܯF3K!G$⩟{cvCӕ*%6{fX8ŚC^/Ќi@}AEUU@UU
;v/lOoߌuoJ:N7q)]T Y[ׅiZ,~^BqXI0.Lٯ?UMUezV6_0(?f2p׌[cޚR_3g|PhlPx=
܉i(
0022TT df矺M")xeѹM'\N4d:kzuغ h!0`\|>/7tiǭ;<s5Xuv̌h6|@ 0WɺvTC$tJgUv,e_8T/@S8T:{/#䛥D%S(-
t*]BqH0.Dt旿iUQiň(P[yu6UYpn|="
"CqmZ0>z\0\~
crOS]u D9ؼc,-`tݮ,^4<NΣj*C띲?,7S)E&{WڅBU*O亍;mM39tł,EavV.iWKyi{Qn!b	
n,nkZn{Rg!_cbB߻\i)RUYA{k3 LvO<6`KT~D|6όGQZ($R}dӱ1B!^&<+_ZeI<[*/?coM]fy-Urz<vܱ1#ˁp	:L
~;(0^9W vpϬ}یDDG[=n}/q̭h u!<KGUg,2<Kwr%kB!&Snq}_{:)[juYRmA,"2Dn^7ڴ@174yX׮r'kp)+i'\.;2ydeM$3~/ZP,M۷3:Ų`xjj8
-jk#:dú(2?LsVgʿAX1B/.>
@dP!xHۢ@ך'7,^`xa ϡv9AK%K00Ŵ"x.*B>,bnV.ng<;T/=Vʏ4NYeP.; w/oA?`ߞME0҅&{[vM.ܛ\}ŀ`un\»}#r5[a/)*9ck"9Yr۽q9!xUzU(z6?mo<љ+Tp:4bIșaXj흜jDוR-_H{S߼69[Y%}1aݩkZ{\WcQvtvN'O>NUUTE,b1*H¶g<_>~Vp_~GS5,DӴuJɁMb`xYlgYBqIsw],u.Ztr9M	
svMuU4ֆ<ȃO%~Pb/f2UO!e__dqGĵln׉c
MvyK9ض˲	Mn>lA+ [wR["LA"!ΒNyL)
ND2CO(^²k*W!0Y).线<0<x@Q>L"wBx~7oMCM8ȅ_e36_K6	,F;xC]@w`n0i[fZq\Xa`/Xu@Jw&qEmT|۸``8*PNe13^pnpϣp܁B!^ŤLE
o]FމUUѝ"c	]>y)G1J|84vX³N~|ڹ;EswE]_>)̠*hnGQ,bN^)jY`RSf~k#ccD1R);ֱ۪7ߢaOjGm8j4VPM7
&B..r84<A/򵉁Bdƅ4N`A$:sSS$b&^7sv2ON|GsOyFj҃l[,;so*V[>fղTWAr.-[G'.SNga< IzS	Κ|Pr3tMy,ɱ{G\yHxx_!${7{wٓtbԌ	c1n>rEx\Ѭԟ>6l##͛McmG~m<&6ՙe!W]f岥x0bqiLGǠw=ufKqANd<\⸅GrOJ0ndp%vr>{uG)zGpTUL6A,/pCyzezB#x~3bxl.;>-~y9U梳Ou?gnطF^F̫\ă_SdQG;K:T˲صn%~S=5'k>/ف= :\p|͕t'A?L~q˽s[ӏCzOJ&pMUiR Of(TE_Le=D/BqH7!g>FbN|;)Ǔik2I\O/Nm|v>Dw n(4ԈXodٲs'dȂA6ڵ/^pP~VwϨO2_IWطeY|k?z,6:{dr=N_S|ϬsQBWɌo~Op84Nw(pb|J>_[`xm
/sşŭv|><]>%C~VeYK'|vC4b/mn=XdD ?@,pzG>OM)M0x\s=@A/rs'Cщ3<LEQx-<H .5@o^Jg~Y'hᐟ]}\~(iYs{x1LsGv4[}Dan}P:X1tT&˛?eڏom؁$LqG+Fcmjl{Ϧ%:PU!vtuQ]Y͵/)wp/>*
dwǿ3<~?q1q¡ sz)dy.w'yzt~w׃'oeYWM!8|LE}lOX:
 tk0-w۷Qj۲w%41'\ErHf9}ɃQ]YIS}dT](pSI6tNUnoZimj -V.]5_Γq4V95vzo+0Ƨ/峗_\H$F~폭5-?,0'^
pNB!M2B컸867ӝ=}jw
nY0ռS	LoWW9#aY6o\'+Oͳ0L^|9\:,hn?)ٲsݦ1(PUc'$9b|jD@*r0h&t\yͯ
𥏿H/|X6ZUl+r9Qֆ>c6Ti*<r	!	ƅiK%=h-Ke&L&殮ͻ%:PrS/{^O~eT5oQ]7y|n}>5̟B[s = <aZP(@.GwJ-Z2-{'zCm
 93}OGKzӹ>e~y:\|)AQ[ǯXUNXIM8X8DۉӡIMuK?DB!^R"?s}Z4ב9cdvNkc57!>?`Œy<ywQc:N>UU1;/nυ1Xxre<23r   iͿMdd,hl&0}#qioi"\Q@$egҙ6r܊8Nxwy0rv~NIF54,|a
y&r2<CtRC:ptj\|K?; ŅB&>! Ϳ{vt/|sNfɛ?\WeYx=nkqbW?_Y`݋{t7DӃOpҹ8R)
SO4R[bI.'JO&'	
.&8AkS#(($R)zy8X<A2pӌXvEII6WW2ESSU{m<}5XXM⪢HH
Dp:5FO/SH .5D2B8_]    IDATi"~ue01#46hW^s}*ޞHo|v~K.<cpeq'K=/<=`"uI(2%}~jWR0FF%NVU淵x0<!}wFY7}a/* 1>rw?yXı|>>7xx<i!!BHq!R āvT棚0; 7p7pVȸ]g_ffZz

qypUӴ/kz)*A`"LH&%Ӊ#I))Y,G@[+.;|hUq4 r[6;87~ز,Ky׹z$؇+\.6\A2a%'RA4[B!^c$r   
,tAʰXhT"ÐLOUA )?((hhKwa&tzҖ}av0
@A0
x~MV-iG
6l=|Z]{<?xwtCQ_)$/ngt6WlP	!x
`\Ku  A,UвЮ7CvPnJ?籈s x|h_!9?~To~k<Lv9[=nP!?2.ۙD/
!B<t [8w(DkK
8a󏄶%vXΔW1g`lU))/~Wɟonj2IH'풙N2]6kṜ]VK{tnBJ49yb.ǛXԋ'H
|q!<dBH0.c"3^u3:2ƻWneYXtE Rж#Β[q'p|ё0߇Q00L0&nFg4Là`0
4*<?`̋eD.s,B,Z?UCo'3,|B!^/T"=k ͒^
CI;(A&صv9/fo<q|C<˗?yN:IR^鮙ۏg hC}mO2q<f`U\#BzgwUY6j_^vL@(dLyʄVXBUJg>wXtT-;}17|е
b#vYN_H`a UByyyG>%JϮX@;ى!rs*~rہuU>nc~^z3W}7kVNBgFtAe
T7B(lw蘦IP@T6dӎtPW̪o&TcvΗYz@@2
*t
&=c0/g۶kjٵtB>'! $8	8 Bů	ab֭	!k){<$::p:f}M&ataf\eҖ#O?ĳ/=}Ptڱgp&~^~
w=**hZTE
}U^peYq{ǲ,
ps
quB!īBO`7P
\nڪ0UUJc7wc$
]ʑ'斟3[?!膕ڋ=MLRɓ,3[6njKV4MASECSUC_x5![@mmՀǴpnZq$ ߺEX/}Fɉbyf k*xNȦ $ۿB
^udEߌcQ⡽TUVu4MEkW$e<|]O]x-@_O}zjPw' >c8ē phښ	|^?>ۋr]NÉCsiZ1(WP&6l][XԾC<wΊ:X A;@"]cVny٥
xl6/[*:PQ
;X n,#B.If\~
:tkryi vZ}6#evxl`g<C2a,'ODVRS[g,*ͱT;~3br%;.]F*!_(]* 3 rf%g88E!xݑ`\PUhY Ux,q_Ued	U;xC&TvtKWaZl޾˂暀SY:گ݉q9-TFS<ۏ|hS}+SWqߟ k)%p9PU~KaiF	s\!BQZND	'6饫ESm-5XI2&pKX#Fؽ&5l67w9I9]1f47|x=(Ǟ]KgOll.GA*ES:J# |t:KW?ggbXZ;؁⣠TUeQG;m?Qwb 4"B!	ƅ84VyH4iYB ;p8 ɲkŒ hƲTy^{b0	!CrW<CsL(gxt\1_yã1T<C,h,w.M&%t.=c:"x^N9Dqbj>V 8thO&n6-
Dƀ,
;^;@^w.BI0.ġYZa?@sC=iCEB.޼c50UIF#cTT[vݿ{:p*v_rpqTX?]{vR]Y3;x'q:6o"Jcx
 N&=3xgQw= P[;]$eۮNr<`Ǯ2}x!5Dq!tt">j^ m4f`xxD1pqFb_}اb&'uڔǲa~R|f<^U[+^>p}κ0g
JUMXކدή=
OySy) 3끄B 	ƅ846$c]Yю
v/r]EƍB.be'ڵջ7Î
3mus%u:i젒#4!޽\fxled`R@DKR<	8[[p:aKdg[sby!5F}O@׉45Xm:	tvlA6˔6(#C04UŊ ɤjNh3Gq`=`.\_fܢ~tmI0ͩc:V:5
Ѳ8`<B:$	qhPY8XH4Je(Ȣ&Xٓ3.I4H%޾mZ
^儓0-uI:3:Zj	} lݵX"52Y^[W7grH1G~ENFw:f[
P?ގ_c!uEq!

XE.w$ pPRIsE`t䳢#mTk!>;k vf
$˰mW?||>O.#3X0oյu32@LUU'5,haٽTq	o\꘼f쉜B!B:?\cQ2_(t8=x=aNhiÕp<b1FȤSYi,͘ɺ7{'É9p885p
NC#Jf?LȌ簃hr+앬 EmoSO}B
!]qu|X3ǵB?0PP Tev8TjL*v	Jdw`b~H&첖O\i>i7HkScgW/\`v,Xpt_z@Qds{TUVNlĄPU cA"X
twӝXcG"ڳ^6;^_jؽ	KT> }!eBcԡ^MaVHDAw[x|v	 0o{Y^vDE;Kr, 0K'T]q:+ ea|L6K<b, (LY~K/lx7eF@TF8lhY7.MGk3xMwbY8^ZjF!d8qn쵫B!քZ+&k<pjs]]4}?m| {/.f,p3l.l"M[
xn9AfCy
B!īB>
v'B6op']^U3w|tFz@I
gɧF}¹lAkpA3~#0cx..ñ~fY}CгsΧ 	DBB	ƅ8|Z} )p{&Lgc};U^~o#'r:z:>d"9-=<8 |>)~w̽=]p	s1MM'/dwOtKS{}I\oB$[ Ͼ>A3M=Hh
a#rOץnN7x!ogFWx}+k7qb#0cQ `&#I&ŅB%"᳊rkb5.ڷ7- 2;@4V6;6`ߗB<O1;ν TWXh	xv;B!ωk[McYcM,}0>0v$@3Gx<չKM~`AŁBZ!e*B>@^CRXe£rVMvMz)ӜԴ	ޮ+#SQ#BI0.Q!N{R4wC.4ܥAw۱c׬O]t{vg*;<2Q:O!uIT8<V yXCi]JUE3Q`ǞH{8ʴLAק$xm>,e*x*.t^Y0TTBjãswN6o7b2B 88<dOmFv}Zfo`=p/4̛9~;]+
BB|z;h+feA<
vyJC}R<7l:f(bwl;\>M:WB!q!0`jMeS`c`d'\ٴ}ذ=s[pvuB]=S_R,#kfd3L6=泥q#O(PG,9vQE!~]B5穠{`#5ͮ<]}k<v7ĦU8uYl\W'v$M(M%qS"RPY*@, TBlBT<!!7JU[QR
ZhRI봉Ďسq}gG3s$s?c9cj$	7yzoƹ@,G|z|6sc{K7lbG(5N>u:@Cw~w컇@ DO^BSK%_`¥Ϸf<0pvS2CrMazo}sv2GK`mn1=%n c&:׎o/DDD-"o lL.Lt`04຅el:3okĲdf;79J׆
8^l.WNZbyڮJvlOG8BcDjxv|L#""rN(]ȸMqXrKW~\,ua߶o*8-,X=Ŷ(4mACgG\ ^(;O,a-.&u3콗^}w uVH69
Eq`8ySJ9ܱnN=C&kwlerfȗYBbR[NF@2rJ:eRq'́}hʥ$)FF;O<a}*B̛q=sfҙu`\>EDDdP54aĺMΜi=@Xi}}G^f)^;f{6qhjcc͒Ǣ0ogkhFBqǬycܸ[nE])FǙ.W_ůqlCslﾕǞ), _vcW%5H?~mpq#H`{]K7\m0@Lvy+.ϞYL_ilcoKvibǶgtb\Xua-ּ0XuC
 SȗYݹ+k]DDduQ0.|
 '\;{]csoht/2|i}7Ep
vtnl6-%\../z'0xN[uͥHclMcDjd:J2{MYm$""樚ڀ!nOώ00rݷqs{q8vIF&N1dHCۺvƖESBf`|xym ~l.͹ѓ\pqYY.LVE)Z)obUBMzgۚÙ(_% +T_ /p^SmO^\'8QXn&N3=;L8acֵvkqŹŭ.VI%TP\DDdu̸?Bs߀B|ЃK'xG6ɩ3`97{nA@[jwmR
7JX012W/<xsd:gkp.R0.,`}8еCe6>sGkf'8?_g-ǁOwС04A܂Ia@y.z,WGDD^@{尿-01=ןXi')l }x
+[9<@gWs ǦF7xub;dV_#⋈IK^%"LgUٯ |PkojؾȊR0.nƫ$
8Z-0խT :ؾȊR0.-5:O^配X~y8(5L6<XJY`\DD0"_\0U(5L6yl/<Iuf
"""5`\_՚![8|XԙjXvEDDDdz5sjוF[~*V@<1:}e'DDDDdzB"խ IZvBDDDDV>FZvb`4~?GV35R~*ˁ?"bHurn  IDATe'DDDDdu\#'5chiosXZ͢}tSwEDD)4Cf	"payCLul)>pUX ;ccVEDDVqsp6B
۳T՟#
W[໸Ә
f{X V%^""")d ~\zGRDgɏcs+c X >??XĂw;Qj{c"""q9,P. @R,;Xfzcb$YQYoύS1.S13+xe^HMc&"7/ai6ARX:i(Bpw;xn2˹kctv1``c}pdf* qpSp{$""R
E.w@p@w	l{{\wĽ!y.v׌lK4ɡJyagl2s'e\]uԜTD.W=c`nXJ V8d{ShvEd6ne%)7acآY&""fEqhE2ån߯=Nܪ+.j
ľpbjJQ+}*,:,WP.;U]T
%e凷R !@  A8ؗ |enRPRȪ`\r~:`|;W:r-.w]c5XG܅[s?R.6N,HnƲ	h>XT|&B/q6Ak@_-;%"""ks^瀳yyYҾ?"""@He,nR 0ITDDDDDDDDDDDDDDDDDDDDDjNձ~۔K    IENDB`       cREVGeneral    revUniqueID  
1260294755589 %m animation image 	      0L        O?PNG

   
IHDR         p   gAMA  a    IDATxwxTe?d;)zD7QPU",Xu]Ų]Z*;XQ%d2>B'nkfN}9s?s,,,,,,,,,,N`lFںǐ	FGG_<pxՊsz<7ns{O@},ftE]|޼y<l2ӆ
&b,viӂ4Y?ׯ&L	ymnFv7#ʦMh" ym.4#ѦLEnY-4iR3<s$InY?$yꩧ4<6DF|||p}+ЀB zmw~FRCNSڵ,hFEۡgIQ[BdÆ
 0zmQ4Y5?V4j?iW3Rs~yV˷FB/\MzINN&z$i7df~2:Maۺa`Ν;D:(.lߵkWY_WDksY55ՂKoz5`6ppm9>`
0sެ[ٹOq6_nhA{N
W q}ȭrlާ?JX#pH[NNfwIsܡy955}ĉ>EeA:g5.Сh)
8Efkd'v>avSa{Fh
`^fq)<PS_oYpܸ=D+xg/@]+G )@/XԿVO!Sy$.;7)S֥]`M	?"!n6?^uW;ۀx( m6 j뚈3i$ 0*hMD>m]PSGDnmyZЅRKauxrP|sG-0nŖgڋ]s$
mJMM`1ۋ s9ddd \
l5A=z'&&V䐀s{oo'rܝ<Knm*>EHuP XS aN$p|{-9qmiРA 7D@ETUm$
A18]9_x≧*++os o'3#&GQOJUޕ3b6}W!04C@Hʊ2w@ShK| rC7#4t>_q}.[{;mA8pƍٳ'W$x4&xM('9#dD K$?g
v~i{f͚eHJJ 
!
iPѼ~
3H*A<xբEV\ɼyl0fkJִQ8
ĄI-QVcBw7AWӆ	FU %rPG<:IzTYfE}ATUk@q޽{:lذ}QE|%75QX</c{QS(
f3B A`9 Ԭk A}xN&2uDd,qf nK)G}d5kVF5N(b6(
eUC O"['K[i6Y3'ƆaR)ՅSbm( I؇W'TjTEW^݇uANN`B(`
z)C0{l[djD:yô9==NMCp2w<l6;V9s愀ܦWFvwb %a3?
-lCu壺!,½rLyj"6$6JZ#FгgOwΘ1coq>MrTU!16MӨqַ ltJ8#K. k׮mػ&
*x(7VfYl>৤V^fic$5@rIEYѐU
YQUPPf@
QUUŨQիqq-eY!GZrfZ !Zn3}
ۣGw_u֡iZ~+9H2.k=+sê>VR\#ӷ!]liiFRcG4n JYܳ2{l  5z.4Rr(iv,L6Lpņ]lƌHRS+++J[-%]S*5D|x:uޙg	ъ|`7|m A4 WN`{(sDh妠Mkn	0{pӨp"9b{UW5[b[40hI5qY:@eype&Iaxf`r1`DJA)oAF^4~17o.ڵ#&AtdfYQ(,y8"m 6G8Lq8Ānk
ν!ڸd8:AWլe\0^)a]6)>Wh,XU,\?q]u^"wEHtM5S (ލz˯ D:BRrssq\ ѐ)N N2bũ$08[|JG2y*𗋢y$bO4ys={792Tj$0ЭmC,0])>w˒_p\^{(#1mϙh1X{xI:uԩqi@^$(~1,Yt	V
O}]G+:"oqWe9׷A*>*)L<ΪU Q7i:wsGKvPI].:AKߝ8Adee5.m߿vϧ30xH 'F@xmq-/-~{2#'w~NfIw1A5ܫQ{
fS}2;b:DZV+Q\THJjc_ERѼz)  jR5ܞ&ĉƝf6Z ,nS&Au
 	6\jx|%f뎹 !#0[~?|z)taGsbb@8m4l6dNAØ(FXq%|tW
Nȸ)9Q/8C"~^n.DuPs-L2_lptMFSZ̍~nfZR 'z0\ <&DGG3yhC@BNH(	8,Zʲ>NNP4#%,P'xd
UA*".haV&BC;F@Èn6~۸rA"91YiX:C?0]t@~wE"'ՆaW3F̙3yf|o! C$(So~	Nc=Ox0
4,2
9
!U&DڅK300H0B$haprz7OO]L>V|"

f5f#6ʁ(6˖-{DYjڊ8.AȖDzsҘ1cF{_'qs&X}Sî =vd#i~ #Hv.lT3v,P]*lpSR+!P?ӻ8VϽyYD-"aVp\<vd?_>h$g$,v	
:$RW&6͞5k+VgÆ
ft|8AJd{ڝt؉n4/{˂
`#.!<1Zimv	Aq;_3}kR\ޚOjj*,a.]ҥKYf
>`SvU.+VZŀzդ}t혉dp:\veXb:Q">!!k)S?s[(h%]hp,ev/Ewzr~.D7X5˫ز3vIq
R`B}->{"˸a,䶥nz률`sc^eDx$`Y-x~\nёM322_Ü9sشiHXX={dРA:ѣG7:TU%)37$'꧂OV:OLIr|tm~}#E%&2qC1qtj+O?_z8Hc_0!ăfCCWـhpbMڬyzOAq9fYiǌ|.:֭[̛3QLkTvOc憉#7Fѭ-\"scƌak(/nA}ظ}7i$NW=߯rdy`9;$E3wg:g!=	Qxw-ۄ(V?'B;v`z d bэhtk_8a1󞼁θCzjzD$PymΪ&u#!6D	12
vm-Ɍ&^}#=g$%%ѩS'/^isɠkfr[B9dQ0:p:3^A2jQxy<'y@6Ɖ81:֎[u.7GEDQ@$
dEQIQT`Hଫo]H:ێ߂+j	5rL:=
7θGz=	1Kjw"R h΂ޓWO~O?`0pt:X,|TUU;RJbl$U͈T#qV
Cl/ce
Tg!T=;2󟣼AHbM84;*EeQfi)HHQi%s?w{%Ui߾=;
692zeW2OJQ"u2pg_xʚO9o4*h*o;sWbZq:PFb̘1ӇO-^9A3+w6a^-aϋqjJH2@/MqD裏D9uO^AIcƘ(
$EӥSD#NltLgQtbzꎵIYFTGH	8eےH޼r.&K.G|[w3b^*,<<p=nر˗e^{6&LS^87j/^ens3ZB0 #Mȱ<|߆8hk׮@D#qf(#)!DSHI#*2\RG\AQ?]K*J􉕘i$>>DO)zYdpsDqWaG@nQsh
'On\ׯ_?nq+on^grj[|E&~۾i萖LHnq阞GQ8ѡǪ>'pｺ4!.g]}cSZQ#܎bh4 
!Y!	d	i5}I7f[ _1G&\d^&B"!
""Vuj=Iz@8iȚg}eN$iݧsy?/siF^-alQxik_qKw7x4Ҥ%Ń 9p
?~1
FQ~Xv($SUsbOvG%HH\PYr1<t\z~g;6aHTE5fȊjq`0#RWfeYfӦM|xݞFj`6kɄ`0 b~..k4~-"1h1-{dB+**Fٓl@SOC]QVFɞfoNQᆗ),
UK[&aIqь֟!{,~*ʫ08A
6Tu4R1%լ[MK"F77ё<=s~<ڱKðDF -d42ØH3Ȟ:}Ex~F
Ed~zS'iVx<"}]tٲeKw2$+":ylۺ'~b_W3oeq+F̪?Y`Ѳ/SVYÎyb"yW}HZsGĆurq/vb`-G)(*
"?wǩ]7pϟ/8✫@[H?୪X@E"=Ƒ̉"6.7gLwq
yeNgPek۵)ܱދt?wq}e|KE1xњjܬش@dx$ۺ'YJ!L(>?ǋ
BCO(	H|OfcE
]Sd#;(fFߛԄ6c?&v02SfNĐay;]b]=C>mg
qcAM]CE^f̅ٷoUUU۷=l޺Yd%AcԠ<77V ?Y	5BxB!J*X[-pۊ 7q ցlP@0K0{ki8PR>=F8ydի9X  5uxf/T JD7m`^檉<~gS=\M}y>z0|AlܸH<k֬ w6&
AJ+j).DɅ5alڶ;7GC< RX]<x땘|O(Z}L$|$"#svSSl-pEIIףG6Tl6'Ɋ !I"(""_s1t֝U	w<zuzAPɱ3*h5jIIIƲWuh`1
)k0ף;-=̄CQzX+qzxv\s)Rd; DFKeLAԸ,ӈHKK $ȫ{P?9DQl2bZZX&L&#(m6yn&vڅۭF[DuZӕ Ag}7[/0w\lLuHf2ati|?~%ۧRUDAfj]Ueԍq_vk:rkE22y?cj?4
ǳ7Ϳ0$IDDU$$"L"z?vY׿_K.᪫GaJcҥ|VhY:7Ƚ}\ʈ=up^-5zxv"lW@Lua$%$gd	WY-%G@UèT~/ӿ'## rѦ}VPWMAn&r1
3 f ]aEQ:j 3j`/>RҒ~_2aFQ}.K͂Ͽ\ClrV S-
 Zj~J| #0    IDAT"
f.m5Q)
HFQä#ۃ4<?A4(;xrpHFUՇ4/p˽Z62AkԡPK2FWKc+Bw߰"`>o`hFJ|/g?}\Iރ,u>K2Ml,"F%ҳs̄x>HIdԖu[vm&,fA9"^p%&DT 3E\HE!(#-gc挫Yx5ϸ
_Jse<&2sל_5kd:WE
$doWg&³huU1كvW":;R\'4PZ{K|OdM#
=q
-xl+%|r6nBA7I#5L}}=D:8@,!iȊkۃ/pţHG4RMe/V֣q1MCm{7awIEȶ+h-׫inVC[:qg%XT^2i ^)30#vQXZhafÑWTg?bdke\^PH$hPy9'ȗvn4^p;un/@D׬v_D\Z܍q1{t~z\PLh!ƤgNh	}/3A	+ dUlض+~c|L=`_ˏzj>a+~]NVK+!H(tg7XK`u!>/~Z/kf㖫Ʋ`j*k]l_8dʉio$	@naLyک\I6A*p/G-tC2C»_̿^*]$l:YIfx_Yt9&doD0@AQЂ"O2/cfzq
@itNFJ<	8nF.SLaATTkN*. \DM!\Ѐԇ-9BmBAHVVaZpۉW+oGp^ҿGS	Iw>PS&T
C=F.h\BXr{6ly;3vp_JiƦt'+?1^zfbqcv!6xCټ=U0zF^~)EO8&[ɗh4|KF׋]EK409o4!t3SGG!ڬ Mn,iW|_`!|Ƶ?{QcX	7Z#`0 ]g@;7_=1[X"v+j2R;w0:^jFΉHN,A 募ּ1ґ X޴gP!=\Cع'#Z JCg$rXb5

VewnBd;3@5"%d FĂd@x`!E"ħQ'vײ ׳yg. /o,vHcenJfjB9~bc#	&>C[%ksp{xA=vB3"nYm+$,aT!̰N>s*iJ2Wj
8/.wB`Vm?b/,fv+Ydg$%>$EdӮCv\t#<3뿟1hTC2/^ʹ+ zhJkBT`MC⻟H_ Ih%\]Ұh!Y^[,&%yO2Kg=92yѼ]E~z\:f3ԷQL)$3HF0n	d><4Ѓw}'
nw[mUg|`4JRUSOIe591(	vAP\xLrD4~WAמ=H_w݀U55#DM4j+穹-Ňna!hELhIϜD ϩ[u]hýzP^~[J]y%[%U 6m=iT@
onbG$$F:CҵD5
Af֘r%&r#:Ƈtr4
 W>&Oɗ`MFWdVB2tS{M>9MBt%5Kc1h+	=׍tgKFڑ3u|`-£&%fn1xw<*6y[g.3X3g#&EŠjPG*,f#.y_mtgf-Q_seO;??eߜ!>vGU%A*o%; 9n7+ǋVC7qMW
)?ݨe9|Aϭx%({me쥡G[Ly{*0w8r UNxS	´;+d?E#T;=Zr<, ߼0n5CBLp{<'j	w8;o=1+G='\Qq߳?gA@B+,?{jC96Qo)Aҭ
S~!z"6
Xj|~}{s\F$HVL
yA;3"Z>e!2@)")GDXC׿WpbρbfϺi9G!mL磗jS.2m"æ Q5X_.׋w%K|
پؕ[DE3Էzcǲ"?Nf2~pK"~Y7 L "㠉PU)j4**- >U_Ĳv2Ovu)	1XFn",)Hiqŷ?wFU31not۝{?z[Ү]mu@(̢imlTJg"A2ӏ0GIAv5dI;#
;fVOAShUU,ǧ߯`?ێEQgy:snN$ƶ9M8O6oh˘{4jPPtYwە[o|yyF/ ڭ|`k˳QU$	i"YY2Y=_X[Ďtj>#p.|4o
k$u:ie?DF0~XFBuLB)7@zUJ}n/+ˎڲcg"*k,6\2vܞ.pK4d debJy(VΧ̧V6[7~X?yCdEA(ۂcVye2~3@H:'g[lG(ȊȲLQYl6/~n#6;PBf9mzgg;;g =@qEڮܢ\3%w{Ksg$AR;WTÆ.G%
I<II!%!W>\`]?PD@H{A7!-9$G
PYQ-&5<6pB?ǐw-D0dC0&;BX g
B-!B$._`(_=gAY\d`b˦U5o(0*/^hISn{Ѭ镝}ϼ0ĩ(`oIBAr"υ? TTP-U	 aq p&*kn
;n4^Dm6V2mf;)Lw&`#c9Vkp>i|m
vVa=ݝi%nlfzHrzP0a)l{!5u`ɴK#wG1.݄3[:A̒@f]yEѬB&&Id4`4%CW2O[H	!Fa	p#hA7j}9<Ma`5Jbl6j.:%ç^u.%
9tmN}1".&\5s|<rna"FA`GpTNѩF%6{!5ȸt~+>5Jd Iꊂ?tFᄊ04sԖSh!/Zn܃`ALGԐ/԰HuŨ%zeĳç'?BcUwڌ %XLɵ5X
t)b;5\b{BaP[~E &%ZjMKdYӗ[%!e>n8IBM00ui`29&D	`q}k$9DjfL58<U(*(At"FŁ jkT1-֕\gbYaTE TRՏw$C$֖ɨ ^Y?h.EX]&7#HQ2(x>IZpIw=vCC7"5uNfQ_z Q@rb4 %˫jjgeĹ=0j v[=@r Ӿ	A	91*Nr;H"Q$1.s7C^JDQ!>Iz#
U JG3)RQ{/.lNO!3dyfC}-xe(C!H@Q'Gm<2S?;^j'ux-˜&EqciE;Q	]lz=M	"4ٯ'~=WhLaWMv%DsSWT_(?'C$%"A|LdGf|q7C,QR"vRF[=
@Yū@&6haF@wA]o	:9 
IDOn"_s)GQ+<wsA!AQUʶ!(49fq>| nw0[ MVWRW`!8"C Xz׍7|^9n_8(l5vKK&
ŹV.+$D&H77WFhnVn&\Nлgr v!F~g"Qf"$Qd҅X)?YZ&:$!P5혞o
K)-E9CzQ+w%5Z]qRF>xa&%ŎaΣ+/X4gbW66n 	" #Y_j* M}iC^ƥ

KJ^ـE88.AB 3
{1Eg# tKiPCx< .gZ7uFfӑvrï=SԹϚyAȋV_V{ d?ѪGԪFTD5h żr#߼>˜<s`&g]b[^,acW{6$
<ULnF7h($1&ZX[6;ZTa"XSaG!J*k\8ԹԻ}x @YQYM$'Fc1AqnO=}6[ixX1
geIR]:;8p[̫ed
EkV|uG/aj16t8PM/ninxm}Gf
tuT#Ss"隆.cS4
4DD0b$E.tjDRB4$ʸ>>]	*ay}!(C91u:סRғ[=h92n:]KychAk}-v`
!"V"zҺ
v2SPt̋ҍ ϥ2,6
Qem<jpAo
tHfjJcm3$j=~T׺r۬Mnzx6_OHVr?`0#КsVk.?-I]Zz^@>|Km>|Z.Eƴ3(?3%Ǆ3a1Qdb޶ $ǓB+f;$EQVYKBl$W
!-)OqiSE}و(aYM|l#?5b0H$Fr(C=|)RZ^KKBckU $L	S5@uUl̷O~z ~pf+Cm5*!*~7x\+l2q
wH5^8e掰roa:%v vD>N2c횅jx<~d0
{}TRPZI~q}_V:cJdEQ)s| DGQL:%.AVk>"`o0yPʶ .xm[xb]x|]^dՑfuQEAf2.MdG57}_"?aHŌaZ%@OxwBrb<3ӈ#uEU2#NF3	d]uW-\4To&	̾d4J$:R@ Qav}eY9cVH#X1wo;Aniqa"j=G>9f;Թ 6T1ۂ kt 5ȻlV^P=.n1`<룩*U
q^Fz)b#,1\?AP~#Ru*`0 ~;0^8m8"lȲB xlDU5\n`bũf^7ґY.=:Y'ZdcHf׸GNl]ʚ5֠nfƴ3"
PH@8t23"Մ  ԈJdE%U_s&WYϹΙ9sn4@V,ւ}j+ZJOUi},
)
U?-Ц}C[Fn&ݹϜs?ޙۙ
y6s$26>(HHTwYs{T;?ƥi6vxxE(Q[6c5#UHW?V,a!b0FHX`lB&[@o&\	(mg=_=2|~9{y%G_|i,Sa|{n;A@<Po1S/(1M]
,Mj%vZo(iHSjΑ%I6<OY #heYpCQE؄^bkGkěO|%|x	l`g?AIN-j4$AjF^i>ƫ:.lc_QH;p;s P$4L>qo7OU\d_8f3 0rIjAVQNvXu/q߄",O2UZɑ15{LӸwQooy+]x6>z.m|_)A Re+-ca
q
n,ܭ6H2:)l}]Ce*e[hAUeY5qq^]FeOjB~ulھ]thD<,k,!-2\)>2r1$3֭vRt6cC|ͥGQF//N(Z'{DmyLH4*[qhD8NIc#Zp[T?ϳ'j:C&HЊF]t"%ȑk>L  IDAT9QSU~z00Db U&p!1q4́)bM	1tlޮi.#Ս<p.qϛ@k^;!7P'V}C`\Tɓ$%AdqL./L ԡshQz!"5kmq'+`FB,IG6ejyٟڅwlf~\I"s=g!L Ňp_YpbVڙ|X1Xy$ 
*d
~ak7^%B
֌#wy#ACvڌ˿m.gJA&/[PDW4BemDeSIthu}v`rb{^_;tݱHO\u}lA7.%݂t5$Iܜdm[hjC00
n/sn)7p#J=fEYz2yްi\ayR0q,tǚ=pw-n@n}V*m.
Ԭ^Wo1w??\x2R	zdr!8.(2ӁǦ [|]S+渚=/o"H*	ocW޺]ń:֜VQ$0"bi ñ?
ko)8S<K#bUd"c9RxUoL;D0*jJ>p,H*d&%0*|\paMxEBʧ?r9W"n}g{˩Tns*b2T QUQ~WUn]}*a	s!(iDƨ*$TJDqn{IAχO.$Q%	]rflXE
]Z~#r/Kܰ2$MIw%5D=bC)EE#._]xG}_d|lPFrd{NX_%&-QlkRdyyg6LEV[Y@љ߂~8
bqTG͈x3H,X`_KgE@]mªX$9f	, v>.tX]owM.GmZJv(b9B66Gf'Ͼ+v*_<ow.a[p0 !]h-&F
{6޿Z֘ ND-w,nQB,SЧ:bE4˰.rҎ/,ՍEnD-y<yF:N C*bqqDnv| A
2>s|Wqn+ۛd`eۿCo{+|D)XݐfF|$Rca{pcYnTXY`l!CKW`8C(_8C_neS:[Iy}INN7yڧהm|:9N
*pYW[6q=LL&OzCyxFX\'nóve82G}][|O^M!>Lg;ELM"	s!].q&W=%^C(V|&+Y{c>~ӂdncD:[M?x0?Η/wo*%͓ΖZ<2ꮾWC^
Dxp3>EHX٫J\3c
?:Tb6~g(
K炔|{S]~tEcsh`9i[Kqx9=pJLB<Q lG^ݱPB񶜿قj;L\>XHPv:[QPjk<=Ƚd3AVDu29 3G 7d&c-UQl-q2:+ĥWITh_</m6WnjiB%	_
z:D&T{1#k|miW*EoTU|vO@Bt~6w	8hZI
쪹ZiE7'TT!8RYQte`l9s2wl)#K$.sOI{b7J$kkN%	\<t*VA{kȲlٵozW"6{Q3š]?뺹Q?9|dBqnC:A<йh[4j	RD	-Z
VSOCh5BEQQ[pZb^(~jD%	zsu
|={CkXH:T|%EegM]SE#$ba2^/^bz8IX#CD`#AZY{9@)/,N)_GbsOQ``35Ueɰh^\C['=cV<eh:r,a׾4%45#_(3JĦ3E4MapBɢXE
Yܰ>25E#ᗲ@`2hYOX=&.AY3!Ik0*ny
 Hדo42F<{q+;, d!2"}$4ҕ0鎁$n} 39
JlGDyDZ\E퀮D޺)aV!5ۚnrh5
=4lgV6/]0lT&q]V.>/
U$:6kAZ	r*˛AO
-i,_d8Sc#QvH-i%HO$BBGjiJ<
2W_~Q̌n~Ap]%,F
#ːQ8P<'t,8 IK5JLZu.%H7𔎶F%PVuBb%+%Eu{>40YM,ΕӉ	
7_vj>[sMtY
1~w@A2Ͻ  iqdq;T*lu	RqЭlsɄߵl7Op{,f
4V2'Zܓ
JSfғ6!=\>i]ϧTxVo<(daŅpx݂,K*A%ӄv!(lr]4=r4R%E כ_0i%#f\DguNPeǜ|wX"$5 QiܿS8B:A4U1=Ո'`h];
pz߇1kAff8>#2$L{.d2Aqc׫;j4nf	8X*W^/
Cx@ԂTEVHͅ%ݽ"RH,Kd2蚆e޷?l[ztZ2f}mB\s35F)4۲jzD3DV3~C,R&`"hNg8xXi*}cVЊPHˍƅe6)˛nbjX܌R, `:"QUϟ;JUahDh;НLtTP,v<6E6].Qu1믛Ht֍2?߼a1G    IENDB`       cREVGeneral    revUniqueID  
1260294755729   Credits MetaCard " X   on preOpenStack
  set the loc of this stack to the loc of the topStack
  set the title of this stack to localiseGetDisplayValue("tttt.title.extraCred")
end preOpenStack
  w        Black         white       	darkgray  H    cStackVersion  2.0         Further Credits      U 
helvetica   U 
helvetica  
 U ms sans serif   U Tahoma  cREVGeneral    scriptChecksum  fmKSDj
bookmarks   handlerList  preOpenStackscriptSelection  char 151 to 150tempScript   prevHandler  preOpenStackscript <p><font color="#980517">on</font> preOpenStack</p>
<p>  <font color="#0000FF">set</font> the <font color="#FF0000">loc</font> of this stack to the <font color="#FF0000">loc</font> of the <font color="#F88017">topStack</font></p>
<p><font color="#F88017">  </font><font color="#0000FF">set </font>the <font color="#FF0000">title</font> of this stack to localiseGetDisplayValue<font color="#000000">(&quot;tttt.title.extraCred&quot;)</font></p>
<p><font color="#980517">end</font> preOpenStack</p>
<p></p>   c1002   	@               cREVGeneral    
bookmarks   handlerList   scriptSelection  char 1 to 0prevHandler   tempScript   script           
   f1005  
        8    Tabs  falsecTag  information.furtherCredits       
cREVTable    currentview  This application was built using Revolution, our cross-platform development environment. 
 
 Copyright 2000-2007 Runtime Revolution Limited. All Rights Reserved Worldwide.   ZThis application was built using Revolution, our cross-platform development environment.      P Copyright 2000-2007 Runtime Revolution Limited. All Rights Reserved Worldwide.             K                New Button B
                                      	   	        Runtime.png `     j H x       ǉPNG

   
IHDR   x         gAMA  lP    cHRM  z%    $    m_  l  <  XJH
  RIDATxb?
 a0R @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ 4 @ /ҳ)hSPɠ)-SM^ܱcR@ ){/X Lh)s=># Щ> S:} z@B9x@#"!X 뉁 4%@5@  4p @C 
z=)
k:h4fع{a5%i_?w-S6Q+ h(9Mdts[zc NA@ xdkbvʐ8P %%`	@yr5<eOr B@=m9H0Z4I[ђԤ
@C!	;`k<[K"T 4P3Cy{/C h(42?)CzA4? 
M(El`;9/]KF 
~;&OYJJeh
j_ h(4
"mk$A
v/h(42zcd#^/@ 
ƖA}
+l݋ʤ@ @C 
, k
z8֟],NI!д@[^#泦Zr~ Fb@OCl
߿Ç<b qMZьQbvF 4X.LI(@ 6t!61)%;* $W`&dƠ@ 
& P;~^)' DB@/n!;x>1
UsWh  
~wRB(t(Ct
b  '`,C,V @4$O]NQ:cm{uP|lcM84Ak $gȷF %3AS{\:i @4E	jߐm
E)Nv`Sb Hҭ4
b  }KNl&h 	Kl`y)1eJ @ !yNY>w}1^QSk݌/|GS$ @U.?rz[l*vX8<J^oF}.@ @^jo%-QFk׈	\hNY
*ew4  Dt]^)M^;$A ,.i:wc\@ta-Qk	X;4um5eꞵ@Keűsl*m-j0`-A)!  H=0&hkr15

 " [t60Ea$v9b$F@ne5@ 38F8F)Kf6.vb Dӄ2edCmJ]pG j]
@>9@ө{H "׷">%5@ f<R0
*[a
,!k`5S4d  ?dI]e[ւ]a\\!j 3,Ռ#-[h}  ЄGS5X5@ 
&W+ZҶDJ6imKj  B@x	<2vZ h(4e4PV# 4T"`+DM͙od @t
hJ$ ,mi1  wݵ{I!524h$G: 
h: _@hB(1_Le <6|,9h(2h/P }4B6
:t|
	 ~m▵
m6,d	(,;H}|bH9T R@{[/ps
ٵHG _@3m&eԃ=br[l$P M<&ρ+]Y%̓~!a(4SZ  '^*dUtZUrRDM(@%F:E]X>P
FyF	dh(B*j
́x@АM z4H, )ېp5W4,4f|VFǑz!.гX@ )L }ʜM)W/yVhor~"h` S_L @ʂ+)p(Þkx/تa@]G0h S@,$!>A>5
тRFgNd*!ʐ{҃ :4 ZI
TJ GԀ P!$H`!_"hh S@>)UV`&pNH;muܶTѐ;x?hGhH?FWB!Ȇ@xֻ@69.8b2f8A%:  O/j:vNk$	б!lTj#|8.\.Fx D\bZMHsT
\a:h>PbVYM Z a5=>DG]#X%CL]
K@zՐ[K}+Z,/  ņ&MhP7 Iޖ:M9C _k `47MF8.s47P h`{26&EfƜ \e1.qHau	E֬
  hpt+EVId*sI7A$1Z$j k
'湫hH~J R'cq	-h k]\VQh`+F  a6`!{SUFCF)/cx.t8	  k$>p 02|~ll{
 D$j1``º"$q
`3) F׍<@0  F ~wb
GpK4dZJ"@@(TAM𴉦* c;ܨB.3X,d>mrH4t"Jyuf>/ c&pyEaq[a !;[.<ECڶ+ k-CP!A  <ڄds T< :r5>Vxr<|-mCk< B^/O &E  Ffi!iү@C
ml\Zy9!&@J*j hJТV_KLp|6j@.MpY
$QJ% _
TBJeh sĔh?Z@GR @Kѐuh!re䔈!hhx9\vA:1F @t-! X'2e1x
(/!? khT6  :0G!cp.ЀC2
mO,:Z/i DhHڄY[:#h9o)D;O	26
; ۠1Рx
dP
m{-bBLhjS(xT;.#UN 4:D' @M' @M' @M' @M' @M' @M' @M' @M' @M' @M' @M' @M' @M' @M' @M' ` w-    IENDB`       cREVGeneral    revUniqueID  976126258042 